|
Did you know...
===DESCRIPTION===
To build a peptide sequence.
SETUP
run CreateSecondaryStructure.py
NOTES / STATUS
- Tested on Pymolv1.0, Windows platform
- Many bugs to be found
USAGE
- seqInfo = getTableFromCsvFile("seqInfo.csv")
with in the file something like:
MET,-54,-47
PRO,-54,-47
- seqInfo = [['MET',-57,-47],['PRO',-57,-47]]
- createPeptide(seqInfo)
EXAMPLES
seqInfo = [['MET',-57,-47],['PRO',-57,-47]]
createPeptide(seqInfo)
SCRIPTS (CreateSecondaryStructures.py)
CreateSecondaryStructures.py
<source lang="python">
- Original Author: Dan Kulp
- Date : 9/8/2005
- MOdified by Jurgen F. Doreleijers
- For Hamid Eghbalnia
-
- Call in window like :
- @C:\Documents and Settings\jurgen.WHELK.000\workspace\Wattos\python\Wattos\Utils\CreateSecondaryStructures.py
- Next line is a pymol directive
python
import urllib
- Well I guess one can build a protein with it but the vdw contacts would be ..→
|
|
|
A Random PyMOL-generated Cover. See Covers.
|