From 06adcd9e81997e43e6eb2d677535b0285c58ae3f Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Tue, 23 Jan 2018 01:09:31 +0100 Subject: [PATCH] input description correction --- django_simple/todo/templates/input.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_simple/todo/templates/input.html b/django_simple/todo/templates/input.html index 63426ff..2226f6c 100644 --- a/django_simple/todo/templates/input.html +++ b/django_simple/todo/templates/input.html @@ -14,7 +14,7 @@ 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 single chain 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 -- 1.7.9.5