IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
IMP.pmi1.topology.Sequences Class Reference

A dictionary-like wrapper for reading and storing sequence data. More...

Inherits object.

Detailed Description

A dictionary-like wrapper for reading and storing sequence data.

Note
This class is only available in Python.

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...
 

Constructor & Destructor Documentation

def IMP.pmi1.topology.Sequences.__init__ (   self,
  fasta_fn,
  name_map = None 
)

read a fasta file and extract all the requested sequences

Parameters
fasta_fnsequence file
name_mapdictionary mapping the fasta name to final stored name

Definition at line 78 of file pmi1/topology/__init__.py.


The documentation for this class was generated from the following file: