Trees | Indices | Help |
---|
|
object --+ | GenericTools.Surrogate --+ | SeqRecord.SeqRecord --+ | RetrieveSeqname
Singleton: contain records of loaded FASTA files
>>> RetrieveSeqname._dir = 'GFF' >>> RetrieveSeqname._diagnostics = 1 >>> sys.stderr = sys.stdout # dump diagnostics to stdout so doctest can see them >>> record1 = RetrieveSeqname('NC_001802.fna') Loading GFF/NC_001802.fna... Done. >>> record1.id 'gi|9629357|ref|NC_001802.1|' >>> record2 = RetrieveSeqname('NC_001802.fna') >>> record1.seq is record2.seq # should be same space in memory 1
|
|||
|
|||
Inherited from Inherited from |
|
|||
__records = {}
|
|||
_diagnostics = 0
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:28 2008 | http://epydoc.sourceforge.net |