X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=inline;f=django_simple%2Ftodo%2Fjobfiles.py;h=6311e072d8e8fcf4452873baf6ee09e8ad04d3a6;hb=945a3be3d25aa78881674906c116fe48002efe81;hp=61d2c45b4347c8bbb984e4ac87fa5c532eb60c24;hpb=4b14f6210506348ab056e27f4eaf69e4ffa1cae6;p=django_unres.git diff --git a/django_simple/todo/jobfiles.py b/django_simple/todo/jobfiles.py index 61d2c45..6311e07 100644 --- a/django_simple/todo/jobfiles.py +++ b/django_simple/todo/jobfiles.py @@ -147,7 +147,7 @@ CUTOFF=7.00000 WCORR4=0.00000""" if instance.md_pdbref: control_line = control_line+'pdbref ' - type_line = 'restart reset_vel=0'\ + type_line = ' reset_vel=0'\ +' t_bath='+str(instance.md_temp)\ +' nstep='+str(instance.md_nstep)\ +' ntwe='+str(instance.md_ntwe)\ @@ -187,7 +187,7 @@ CUTOFF=7.00000 WCORR4=0.00000""" cntrl_saxs=' nsaxs='+str(nsaxs)+' scal_rad='+str(instance.scal_rad) control_line += cntrl_saxs - type_line = 'restart reset_vel='+ str(instance.remd_nstex)\ + type_line = ' reset_vel='+ str(instance.remd_nstex)\ +' nstep='+str(instance.md_nstep)\ +' ntwe='+str(instance.md_ntwe)\ +' ntwx='+str(instance.md_ntwx)\