From: Cezary Czaplewski Date: Thu, 25 Jan 2018 23:57:58 +0000 (+0100) Subject: NGL viewer min md no login X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=87aa2f76c91baef63391400d7df4a7ca72cd3fb4;p=django_unres.git NGL viewer min md no login --- diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 5681fd9..2577492 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -298,7 +298,6 @@ Created {{ task.created_date }}
temperature for clustering
{{ task.remd_cluter_temp}}
- {% if task.saxs_data != "" %}
  • wsaxs
    @@ -356,15 +355,26 @@ Created {{ task.created_date }} width="500">
  • - + +
  • +
    Structure overlap NGL viewer
    +
    +
    +
  • +
  • +
    + + +
    +
  • {% endif %}
  • @@ -400,6 +410,25 @@ Created {{ task.created_date }}
  • + +{% if task.md_mdpdb %} +
  • +
    Trajectory NGL viewer
    +
    +
    +
  • +
  • +
    +0 frame +
    +
    + + +
    +
  • + +{% endif %}
  • Radius of gyration based @@ -436,7 +465,7 @@ Created {{ task.created_date }} src="/myfiles/download-file/{{task.jobdirname}}/fluct_plot.png" width="500">
  • - + +
  • +
    fluctuations putty on + starting structure NGL viewer
    +
    +
    +
  • + {% endif %} @@ -510,6 +548,7 @@ Created {{ task.created_date }} src="/myfiles/download-file/{{task.jobdirname}}/remd_ex.png" width="500"> + {% if task.saxs_data != "" %}
  • P(r) of input SAXS data and @@ -520,7 +559,6 @@ Created {{ task.created_date }}
  • {% endif %} -
  • @@ -613,7 +651,7 @@ Created {{ task.created_date }} Regular user cannot use this link. {% endif %} - + +{% if task.type == "remd" %} - +{% endif %} + {% if not task.done %} {% endif %} - + +{% if task.type == "min" %} + +{% endif %} + +{% if task.type == "md" and task.md_start == "pdbstart" %} + +{% endif %} + +{% if task.type == "md" and task.md_mdpdb %} + +{% endif %} + + {% endblock %}