allpy
changeset 238:280a8069c206
allpy: fix old changes in main classess attributes
author | boris (netbook) <bnagaev@gmail.com> |
---|---|
date | Fri, 03 Dec 2010 22:10:53 +0300 |
parents | 67f3ab8cee4f |
children | 292b74612a42 |
files | allpy/sequence.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/allpy/sequence.py Tue Nov 30 17:11:25 2010 +0300 1.2 +++ b/allpy/sequence.py Fri Dec 03 22:10:53 2010 +0300 1.3 @@ -25,11 +25,11 @@ 1.4 1.5 Optional (may be empty): 1.6 * source -- source of sequence 1.7 - * pdb_chains -- list of Bio.PDB.Chain's 1.8 - * pdb_files -- dictionary like {Bio.PDB.Chain: file_obj} 1.9 + * pdb_chain -- Bio.PDB.Chain 1.10 + * pdb_file -- file object 1.11 1.12 - * pdb_residues -- dictionary like {Bio.PDB.Chain: {Monomer: Bio.PDB.Residue}} 1.13 - * pdb_secstr -- dictionary like {Bio.PDB.Chain: {Monomer: 'Secondary structure'}} 1.14 + * pdb_residues -- {Monomer: Bio.PDB.Residue} 1.15 + * pdb_secstr -- {Monomer: 'Secondary structure'} 1.16 Code Secondary structure 1.17 H alpha-helix 1.18 B Isolated beta-bridge residue