allpy
view lib/sequence.py @ 103:16cb30a3b387
lib::project::column
author | boris <bnagaev@gmail.com> |
---|---|
date | Thu, 21 Oct 2010 01:00:18 +0400 |
parents | 3d40d7b9a123 |
children | 7a87d55efc17 6e2152b2f286 |
line source
1 #!/usr/bin/python
10 """
11 Mandatory data:
12 * name -- str with the name of sequence
13 * description -- str with description of the sequence
14 * monomers -- list of monomer objects (aminoacids or nucleotides)
15 * pdb_chain -- list of Bio.PDB.Chain's
17 TODO: class Protein: container of multiple Sequences,
18 class ProteinMononer: container of multiple Monomers
19 """
39 """
40 Reads Pdb chain from file
41 and align each Monomer with PDB.Residue (TODO)
42 """
48 # FIXME: align and map