From 6b75dd7f9dd7f1058313bbe6c4315d3337620add Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Tue, 23 Jan 2018 01:08:36 +0100 Subject: [PATCH] input description update --- django_simple/todo/templates/input.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/django_simple/todo/templates/input.html b/django_simple/todo/templates/input.html index 17a4756..63426ff 100644 --- a/django_simple/todo/templates/input.html +++ b/django_simple/todo/templates/input.html @@ -13,6 +13,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) +
  • Unres server requires input PDB files with continuous (without breaks) protein chains. PDB files with gaps in the structure have to be first prepared by filling up all missing residues. There is a plan to add such service to -- 1.7.9.5