From 6c714f8f58676d4b0b0786ff3e3bfd363084a022 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Fri, 26 Jan 2018 20:36:48 +0100 Subject: [PATCH] NGL viewer remd no login changelog update --- django_simple/todo/templates/changelog.html | 6 + django_simple/todo/templates/details1.html | 219 ++++++++++++++++++++++++++- 2 files changed, 219 insertions(+), 6 deletions(-) diff --git a/django_simple/todo/templates/changelog.html b/django_simple/todo/templates/changelog.html index 849a5df..1c159b0 100644 --- a/django_simple/todo/templates/changelog.html +++ b/django_simple/todo/templates/changelog.html @@ -28,6 +28,12 @@
Optional selection of only a single chain for given PDB code added.
+ +
26.01.2018
+
+ NGL Viewer added for 3D display of structures and trajectories. +
+ diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index b7f2edc..890c156 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -578,7 +578,7 @@ Created {{ task.created_date }}
-
  • + +
  • +
    model1 after conversion + to allatom {{ task.remd_model1|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + +
    +
  • +
    -
  • + +
  • +
    model2 after conversion + to allatom {{ task.remd_model2|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + +
    +
  • + +
    -
  • + +
  • +
    model3 after conversion + to allatom {{ task.remd_model3|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + +
    +
  • +
    -
  • + +
  • +
    model4 after conversion + to allatom {{ task.remd_model4|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + +
    +
  • +
    -
  • + +
  • +
    model5 after conversion + to allatom {{ task.remd_model5|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + +
    +
  • +
    {% endif %} @@ -659,6 +745,7 @@ Regular user cannot use this link. {% endif %} + {% endif %} @@ -716,7 +923,7 @@ $(document).ready(function() { {% endif %} - + {% if task.type == "min" %}