IMP Reference Guide
2.19.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.
Keys are FASTA sequence names, and each value a string of one-letter codes.
Definition at line 969 of file pmi/topology/__init__.py.
Public Member Functions | |
def | __init__ |
Read a FASTA file and extract all the requested sequences. More... | |
def IMP.pmi.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 973 of file pmi/topology/__init__.py.