Trees | Indices | Help |
---|
|
object --+ | dict --+ | Dictionary
Accesses an indexed FASTA file using a dictionary interface. DEPRECATED
|
|||
new empty dictionary |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Open a Fasta Dictionary. DEPRECATED indexname is the name of the index for the dictionary. The index should have been created using the index_file function. parser is an optional Parser object to change the results into another form. If set to None, then the raw contents of the file will be returned. filename specifies the name of the file that this index references. This is useful in cases where the file has been moved since indexing. If no filename is supplied (the default) the filename stored in the index will be used. XXX This is no longer supported -- use symbolic links in the filesystem.
|
x[y]
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:28 2008 | http://epydoc.sourceforge.net |