X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Finput.html;h=01a33c8726ef39c9bcca158d6e73aa8dc7baa1ff;hb=574432c5c3b1611eaff016a81a4b6375be2578b8;hp=63426ffd3a9c93597e5ea88e89d898ead8361258;hpb=6b75dd7f9dd7f1058313bbe6c4315d3337620add;p=django_unres.git diff --git a/django_simple/todo/templates/input.html b/django_simple/todo/templates/input.html index 63426ff..01a33c8 100644 --- a/django_simple/todo/templates/input.html +++ b/django_simple/todo/templates/input.html @@ -14,7 +14,9 @@ As input Unres server can use protein sequence given using one letter code Only standard codes of aminoacids are recognized in PDB files.
  • PDB files can be downloaded from the PDB database based on given PDB code. -To select only single chain from use PDB_code:chain_id notation (5G3Q:B) +To select only a single chain use PDB_code:chain_id notation (for example +5G3Q:B), chain_id is case sensitive. For the PDB files containing multiple +models, only the first models is taken.
  • Unres server requires input PDB files with continuous (without breaks) protein chains. PDB files with gaps in the structure have to be first prepared @@ -46,5 +48,11 @@ distribution function value (separated by space). Secondary structure restraints can be added to MD and MREMD simulation in advanced mode. Sequence of letters H,E and C or - for each residue is used to input helical, extended and no restraints, respectively. +
  • +For MD simulations by default the snapshots are written in PDB format to be +displayed by NGLViewer. In advanced mode, the user can request the compressed +cx format, which is recommended for larger jobs. In this case, the movie +in mp4 and ogv formats are rendered and displayed. The movie files can also +be downloaded for further use. {% endblock %}