allpy
view lib/monomer.py @ 153:0c7f6117481b
idea implemented: pdb and sec_str data moved from monomer to sequence
author | boris <bnagaev@gmail.com> |
---|---|
date | Tue, 26 Oct 2010 21:53:23 +0400 |
parents | ff68a1bef5eb |
children | 9b601bbb1fde |
line source
1 #!/usr/bin/python
12 """ Monomer type
14 name -- string like "Valine"
15 code1 -- one-letter code (in upper case)
16 code3 -- three-letter code (in upper case)
17 is_modified -- True of False
18 """
28 @staticmethod
31 @staticmethod
35 @staticmethod
39 # TO DISCUSS
48 """ Monomer
50 type -- link to MonomerType object
52 Idea: move pdb_residues and pdb_secstr to Sequence object
53 """
69 @staticmethod
73 """ Returns new AminoAcid object of this type """
78 """ Amino acid """
79 pass
82 # prepare all aminoacids