Home | Trees | Indices | Help |
---|
|
The only thing that should be used externally from this module is
TEMPLATES, a dict
of FastaTemplate
instances. A dictionary is used so that templates can be selected
dynamically at run-time.
Template types registered in TEMPLATES are:
|
|||
FastaTemplate This class encapsulates template information for parsing fasta files. |
|||
_t This class is essentially a namespace to hold some
values that will be used to provide templates for the
TEMPLATES dict .
|
|
|||
TEMPLATES = {"default": _t._default_template, "swissprot": _t. a dict holding instances of FastaTemplate
used for parsing
|
|||
__package__ =
|
|
TEMPLATESadict holding instances of FastaTemplate used
for parsing
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Apr 9 18:04:10 2014 | http://epydoc.sourceforge.net |