X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=34846274881fbaf88fe0c3dfe01583f44362d748;hb=a3b7f27a81cf442cdeeaff5b9c9b52298c282f5a;hp=5c3e43c0a758bbc7f0f8bba0066c64e96ec61289;hpb=66d03f1186c3e250017870ebe160a66069536e4f;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 5c3e43c..3484627 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -8,14 +8,14 @@
  • -
    +
    {% csrf_token %}
    -
    +
    {% if not task.done %} {% if task.running > 0 %} @@ -39,8 +39,8 @@ Created {{ task.created_date }}
    • -
      done ?
      -
      +
      done ?
      +
      {% if task.done %} {% else %} @@ -62,23 +62,30 @@ Created {{ task.created_date }}
    • -
      type
      -
      {{ task.type }}
      +
      type
      +
      {{ task.type }}
    • -
      force field
      -
      {{ task.unres_ff }}
      +
      force field
      +
      {{ task.unres_ff }}
    • -
      sequence
      -
      {{ task.md_seq}}
      +
      sequence
      +
      {{ task.md_seq}}
    • -
      SSBOND
      -
      {{ task.ssbond}}
      +
      secondary structure + restraints
      +
      {{ task.md_2d}}
      +
    • + + +
    • +
      SSBOND
      +
      {{ task.ssbond}}
    • @@ -86,209 +93,233 @@ Created {{ task.created_date }}
    • -
      algorithm
      -
      {{ task.min_choice }}
      +
      algorithm
      +
      {{ task.min_choice }}
    • -
      overlap
      -
      {{ task.min_overlap }}
      +
      overlap
      +
      {{ task.min_overlap }}
    • -
      searchsc
      -
      {{ task.min_searchsc }}
      +
      searchsc
      +
      {{ task.min_searchsc }}
    • -
      maxmin
      -
      {{ task.min_maxmin }}
      +
      maxmin
      +
      {{ task.min_maxmin }}
    • -
      maxfun
      -
      {{ task.min_maxfun }}
      +
      maxfun
      +
      {{ task.min_maxfun }}
    • -
      pdbout
      -
      {{ task.min_pdbout }}
      +
      pdbout
      +
      {{ task.min_pdbout }}
    • -
      input pdb
      -
      {{ task.myfile1 }}
      +
      input pdb
      +
      {{ task.myfile1 }}
    • -
      pdb code
      -
      {{ task.pdbcode }}
      +
      pdb code
      +
      {{ task.pdbcode }}
    • -
      unres_pdb
      -
      {{ task.min_unres_pdb }}
      +
      unres_pdb
      +
      {{ task.min_unres_pdb }}
    • {% endif %} {% if task.type == "md" %}
    • -
      starting
      -
      {{ task.md_start}}
      +
      starting
      +
      {{ task.md_start}}
    • -
      input pdb
      -
      {{ task.myfile1 }}
      +
      input pdb
      +
      {{ task.myfile1 }}
    • -
      pdb code
      -
      {{ task.pdbcode }}
      +
      pdb code
      +
      {{ task.pdbcode }}
    • -
      seed
      -
      {{ task.md_seed}}
      +
      seed
      +
      {{ task.md_seed}}
    • -
      pdbref
      -
      {{ task.md_pdbref}}
      +
      pdbref
      +
      {{ task.md_pdbref}}
    • -
      respa
      -
      {{ task.md_respa}}
      +
      respa
      +
      {{ task.md_respa}}
    • -
      temperature
      -
      {{ task.md_temp}}
      +
      temperature
      +
      {{ task.md_temp}}
    • -
      nstep
      -
      {{ task.md_nstep}}
      +
      nstep
      +
      {{ task.md_nstep}}
    • -
      ntwe
      -
      {{ task.md_ntwe}}
      +
      ntwe
      +
      {{ task.md_ntwe}}
    • -
      ntwx
      -
      {{ task.md_ntwx}}
      +
      ntwx
      +
      {{ task.md_ntwx}}
    • -
      dt
      -
      {{ task.md_dt}}
      +
      dt
      +
      {{ task.md_dt}}
    • -
      thermostat
      -
      {{ task.md_lang}}
      +
      thermostat
      +
      {{ task.md_lang}}
    • {% if task.md_lang == "berendsen" %}
    • -
      tau
      -
      {{ task.md_tau}}
      +
      tau
      +
      {{ task.md_tau}}
    • {% else %}
    • -
      scal_fric
      -
      {{ task.md_scal_fric}}
      +
      scal_fric
      +
      {{ task.md_scal_fric}}
    • {% endif %}
    • -
      mdpdb
      -
      {{ task.md_mdpdb}}
      +
      mdpdb
      +
      {{ task.md_mdpdb}}
    • +
    • +
      RESPA
      +
      {{ task.md_respa}}
      +
    • + + {% endif %} {% if task.type == "remd" %}
    • -
      nrep
      -
      {{ task.remd_nrep}}
      +
      nrep
      +
      {{ task.remd_nrep}}
    • -
      starting
      -
      {{ task.md_start}}
      +
      starting
      +
      {{ task.md_start}}
    • -
      input pdb
      -
      {{ task.myfile1 }}
      +
      input pdb
      +
      {{ task.myfile1 }}
    • -
      pdb code
      -
      {{ task.pdbcode }}
      +
      pdb code
      +
      {{ task.pdbcode }}
    • -
      seed
      -
      {{ task.md_seed}}
      +
      seed
      +
      {{ task.md_seed}}
    • -
      pdbref
      -
      {{ task.md_pdbref}}
      +
      pdbref
      +
      {{ task.md_pdbref}}
    • -
      respa
      -
      {{ task.md_respa}}
      +
      respa
      +
      {{ task.md_respa}}
    • -
      nstep
      -
      {{ task.md_nstep}}
      +
      nstep
      +
      {{ task.md_nstep}}
    • -
      ntwe
      -
      {{ task.md_ntwe}}
      +
      ntwe
      +
      {{ task.md_ntwe}}
    • -
      nstex
      -
      {{ task.remd_nstex}}
      +
      nstex
      +
      {{ task.remd_nstex}}
    • -
      ntwx
      -
      {{ task.md_ntwx}}
      +
      ntwx
      +
      {{ task.md_ntwx}}
    • -
      dt
      -
      {{ task.md_dt}}
      +
      dt
      +
      {{ task.md_dt}}
    • -
      thermostat
      -
      {{ task.md_lang}}
      +
      thermostat
      +
      {{ task.md_lang}}
    • {% if task.md_lang == "berendsen" %}
    • -
      tau
      -
      {{ task.md_tau}}
      +
      tau
      +
      {{ task.md_tau}}
    • {% else %}
    • -
      scal_fric
      -
      {{ task.md_scal_fric}}
      +
      scal_fric
      +
      {{ task.md_scal_fric}}
    • {% endif %} + +
    • +
      RESPA
      +
      {{ task.md_respa}}
      +
    • -
      temperatures
      -
      {{ task.remd_multi_t}}
      +
      temperatures
      +
      {{ task.remd_multi_t}}
    • -
      multiplex
      -
      {{ task.remd_multi_m}}
      +
      multiplex
      +
      {{ task.remd_multi_m}}
    • -
      temperature for clustering
      -
      {{ task.remd_cluter_temp}}
      +
      temperature for clustering
      +
      {{ task.remd_cluter_temp}}
    • - + {% if task.saxs_data != "" %} +
    • +
      wsaxs
      +
      {{ task.wsaxs }}
      +
    • +
    • +
      scal_rad (saxs)
      +
      {{ task.scal_rad }}
      +
    • +
    • +
      saxs distribution
      +
       {{ task.saxs_data }}
      +
    • + {% endif %} {% endif %}
    • -
      Box X Y Z
      -
      {{ task.boxx}}
      -
      {{ task.boxy}}
      -
      {{ task.boxz}}
      +
      Box X Y Z
      +
      {{ task.boxx}}
      +
      {{ task.boxy}}
      +
      {{ task.boxz}}
    @@ -296,8 +327,8 @@ Created {{ task.created_date }}

    Results

  • -
    Directory
    -
    +
    Directory
    +
    {{ task.jobdirname }} @@ -310,13 +341,13 @@ Created {{ task.created_date }} {% if task.type == "min" %}
  • -
    Etot
    -
    {{ task.etot }}
    +
    Etot
    +
    {{ task.etot }}
  • -
    UNRES model
    -
    +
    UNRES model
    +
  • @@ -336,29 +367,29 @@ Created {{ task.created_date }} {% endif %}
  • -
    Results
    -
    {{ task.results_text|linebreaks }}
    +
    Results
    +
    {{ task.results_text|linebreaks }}
  • {% if task.type == "md" %}
  • -
    Temperature histogram
    -
    Temperature histogram
    +
  • -
    Potential energy
    -
    Potential energy
    +
  • -
    Movie
    -
    +
    Movie
    +
  • -
    Radius of gyration based +
    Radius of gyration based on Cα coordinates
    -
  • @@ -381,16 +412,16 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
  • -
    RMSD
    -
    RMSD
    +
  • -
    fraction of native +
    fraction of native side-chain concacts
    -
  • @@ -399,16 +430,16 @@ Created {{ task.created_date }} {% if task.md_start == "pdbstart" %}
  • -
    fluctuations
    -
    fluctuations
    +
  • -
    fluctuations putty on +
    fluctuations putty on starting structure
    -
  • -
    Energy vs. temperature
    -
    Energy vs. temperature
    +
  • -
    Cv vs. temperature
    -
    Cv vs. temperature
    +
  • @@ -448,23 +479,23 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
  • -
    Average RMSD vs. temperature
    -
    Average RMSD vs. temperature
    +
  • -
    potential energy vs. RMSD
    -
    potential energy vs. RMSD
    +
  • -
    RMSD vs. step*replica +
    RMSD vs. step*replica colored by bath temperature
    -
  • @@ -473,31 +504,41 @@ Created {{ task.created_date }} {% endif %}
  • -
    exchanges (walk in T)
    -
    exchanges (walk in T)
    +
  • + {% if task.saxs_data != "" %} +
  • +
    P(r) of input SAXS data and + calculated for 5 models and the input pdb
    +
    +
  • + {% endif %} +
  • -
    +
    -
    +
    select model
    -
    +
  • -
  • -
  • -
  • -
  • -