X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=8494d963286d5643a6cfe52e68c674d1ed2dc087;hb=1b9e4cd5192fafe2213b582fadd19556fb2ecf3a;hp=c6111e1bd5c235aff86d9ba193d8676832cec88f;hpb=29231c6101b5867a6be5d5670d017d7b8062a340;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index c6111e1..8494d96 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -1,5 +1,6 @@ {% extends "base.html" %} +{% load index %} {% load i18n lazysignup_tags %} {% block content %} @@ -43,6 +44,18 @@ Created {{ task.created_date }}
{% if task.done %} + {% if task.type == "md" or task.type == "remd" or task.type == "dock" %} +
+ {% csrf_token %} + + +
+ {% endif %} {% else %} {% if task.running > 0 %}
sequence
-
{{ task.md_seq}}
+
{{ task.md_seq}}
  • secondary structure restraints
    -
    {{ task.md_2d}}
    +
    {{ task.md_2d}}
  • @@ -136,6 +149,13 @@ Created {{ task.created_date }}
    {{ task.md_start}}
    + +
  • +
    input pdb3
    +
    {{ task.myfile3 }}
    +
  • + +
  • input pdb
    {{ task.myfile1 }}
    @@ -165,6 +185,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -209,7 +233,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -219,6 +243,13 @@ Created {{ task.created_date }}
    starting
    {{ task.md_start}}
  • + + {% if task.type == "remd" %} +
  • +
    input pdb3
    +
    {{ task.myfile3 }}
    +
  • +
  • input pdb
    @@ -228,6 +259,21 @@ Created {{ task.created_date }}
    pdb code
    {{ task.pdbcode }}
  • + {% if task.type == "dock" %} +
  • +
    input pdb2
    +
    {{ task.myfile2 }}
    +
  • +
  • +
    pdb code2
    +
    {{ task.pdbcode2 }}
    +
  • +
  • +
    dock_peptide
    +
    {{ task.dock_peptide }}
    +
  • + + {% endif %}
  • seed
    {{ task.md_seed}}
    @@ -236,6 +282,12 @@ Created {{ task.created_date }}
    pdbref
    {{ task.md_pdbref}}
  • + {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    @@ -245,6 +297,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -298,7 +354,11 @@ Created {{ task.created_date }}
    temperature for clustering
    {{ task.remd_cluter_temp}}
    - +
  • +
    number of clusters
    +
    {{ task.remd_cluster_n}}
    +
  • + {% if task.saxs_data != "" %}
  • wsaxs
    @@ -333,6 +393,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %}
  • @@ -345,7 +411,7 @@ Created {{ task.created_date }}
    Etot
    {{ task.etot }}
    - + +
  • +
    UNRES model NGL viewer
    +
    +
    +
  • + +
  • +
    Structure overlap NGL viewer
    +
    +
    +
  • +
  • +
    + + +
    +
  • {% endif %}
  • @@ -392,7 +477,8 @@ Created {{ task.created_date }}
    Movie
    -
  • + +{% if task.md_mdpdb %} +
  • +
    Trajectory NGL viewer
    +
    +
    +
  • +
  • +
    +1 frame +
    +
    + + +
    +
  • + +{% endif %}
  • Radius of gyration based @@ -413,7 +518,7 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
  • -
    RMSD
    +
    Cα RMSD
    @@ -436,7 +541,7 @@ Created {{ task.created_date }} src="/myfiles/download-file/{{task.jobdirname}}/fluct_plot.png" width="500">
  • - + +
  • +
    fluctuations putty on + starting structure NGL viewer
    +
    +
    +
  • + {% endif %} @@ -454,7 +568,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • Energy histogram
    @@ -480,21 +594,22 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
  • -
    Average RMSD vs. temperature
    +
    Average Cα RMSD vs. temperature
  • -
    potential energy vs. RMSD
    +
    potential energy vs. + Cα RMSD
  • -
    RMSD vs. step*replica +
    Cα RMSD vs. step*replica colored by bath temperature
  • + {% if task.saxs_data != "" %}
  • P(r) of input SAXS data and - calculated for 5 models
    + calculated for 5 models and the input pdb
  • {% endif %} -
  • @@ -532,77 +647,45 @@ Created {{ task.created_date }}
  • - + + {% for iii in range %} + + {% with istr=forloop.counter|stringformat:"s" %} + {% with MODELi="MODEL"|add:istr|add:".pdb" %} + {% with viewporti="viewport_M"|add:istr %} + {% with toggleRefi="toggleRefM"|add:istr %} + {% with toggleSidechainsi="toggleSidechainsM"|add:istr %} +
  • -
    model1 after conversion - to allatom - {{ task.remd_model1|linebreaks }} -
    - -
  • -
    -
    -
  • -
    model2 after conversion - to allatom - {{ task.remd_model2|linebreaks }} +
    model {{ iii }} + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ remd_models|index:iii|linebreaks }} + NGL viewer
    +
    - -
  • -
    -
    -
  • -
    model3 after conversion - to allatom - {{ task.remd_model3|linebreaks }} -
    - -
  • -
    -
    -
  • -
    model4 after conversion - to allatom - {{ task.remd_model4|linebreaks }} -
    - -
  • -
    -
    -
  • -
    model5 after conversion - to allatom - {{ task.remd_model5|linebreaks }} -
    -
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endfor %} + {% endif %} {% endif %} @@ -613,8 +696,9 @@ Created {{ task.created_date }} Regular user cannot use this link. {% endif %} - + + +{% if task.type == "remd" or task.type == "dock" %} - +{% 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 %}