Skip to content

Commit 4b65ee4

Browse files
author
Rodrigo Ochoa
committed
Update modeller protocol
1 parent 5401670 commit 4b65ee4

14 files changed

Lines changed: 2991864 additions & 3 deletions

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ arguments:
5555
-s PEP_SEQ Sequence of peptide to be analyzed
5656
-p PEP_STR Structure that will be used for the analysis
5757
-c PEP_CHAIN Chain of the peptide in the structure
58+
-r CONFORMER_MODE Mode to generate the basic peptide conformer.
59+
Options: rdkit (default), modeller (with SS restraints).
5860
-b PEP_CONFORMATION Conformation of the peptide. Options: linear
5961
(default), cyclic
6062
-d DSSP_ROUTE Route where the mkdssp program is located. By default
@@ -131,7 +133,7 @@ The last two results are the number of solubility and synthesis rules violated.
131133
5. Discard if there are oxidation-sensitive amino acids (M, C or W)
132134
```
133135

134-
In addition, a file named `structure_[sequence].pdb` will contain the peptide structure predicted by the conformer option in RDKit (see main publication), which will have the correct numeration and order of the amino acids based on the input sequence.
136+
In addition, a file named `structure_[sequence].pdb` will contain the peptide structure predicted by the conformer option in RDKit (see main publication), which will have the correct numeration and order of the amino acids based on the input sequence. With the `-r modeller` option it is possible to predict the conformer using Modeller together with secondary structure restraints to be more accurate about the prediction.
135137

136138

137139
### Calculate structural information of a protein-peptide complex

auxiliar/bin/chkparse

13.5 KB
Binary file not shown.

auxiliar/bin/psipass2

17.9 KB
Binary file not shown.

auxiliar/bin/psipred

13.5 KB
Binary file not shown.

auxiliar/bin/seq2mtx

13.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)