X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Fviews.py;fp=django_simple%2Ftodo%2Fviews.py;h=1b3523c0f63f220e79bd6261e07cd4f40a10c220;hb=52c25750c8aa1cf013b9fca802e527d4b26fda26;hp=7a541dc12487ea465bf06a64f1fda173c09ab513;hpb=7c7eb455deb1637143c98de5377d37c94365b966;p=django_unres.git diff --git a/django_simple/todo/views.py b/django_simple/todo/views.py index 7a541dc..1b3523c 100644 --- a/django_simple/todo/views.py +++ b/django_simple/todo/views.py @@ -969,6 +969,18 @@ def addmlist(request,task_id): 'temperatures': '["270", "280", "290", "300", "310", "320", "330", "345"]' } + elif task.unres_ff == 'FF2' and task.type=="dock": + data= {'name':task.name,'nrep':task.remd_nrep,'multiplexing': + '["3", "3", "3", "3", "3", "3", "3", "3"]', + 'temperatures': + '["270", "280", "290", "300", "310", "320", "330", "345"]' + } + elif task.unres_ff == 'opt-wtfsa-2' and task.type=="dock": + data= {'name':task.name,'nrep':task.remd_nrep,'multiplexing': + '["3", "3", "3", "3", "3", "3", "3", "3"]', + 'temperatures': + '["250", "260", "270", "280", "290", "300", "315", "330"]' + } elif task.unres_ff == 'FF2': data= {'name':task.name,'nrep':task.remd_nrep,'multiplexing': '["1", "1", "1", "1", "1", "1", "1", "1"]',