|
IMP Reference Guide
2.17.0
The Integrative Modeling Platform
|
A dictionary-like wrapper for reading and storing sequence data. More...
Inherits object.
A dictionary-like wrapper for reading and storing sequence data.
Definition at line 74 of file pmi1/topology/__init__.py.
Public Member Functions | |
| def | __init__ |
| read a fasta file and extract all the requested sequences More... | |
| def IMP.pmi1.topology.Sequences.__init__ | ( | self, | |
| fasta_fn, | |||
name_map = None |
|||
| ) |
read a fasta file and extract all the requested sequences
| fasta_fn | sequence file |
| name_map | dictionary mapping the fasta name to final stored name |
Definition at line 78 of file pmi1/topology/__init__.py.