Package tfasta :: Module tfasta_templates
[hide private]
[frames] | no frames]

Module tfasta_templates

source code

This is automatically generated documentation and should not be relied on for the API. Please see the official documentation at http://pythonhosted.org/tfasta/.

The only things that should be used externally from this module are TEMPLATES, a dict of FastaTemplate instances, or FastaTemplate itself. A dictionary is used so that templates can be selected dynamically at run-time.

Template types registered in TEMPLATES are:

Classes [hide private]
  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.
Variables [hide private]
  TEMPLATES = {"default": _t._default_template, "swissprot": _t....
a dict holding instances of FastaTemplate used for parsing
  __package__ = 'tfasta'
Variables Details [hide private]

TEMPLATES

a dict holding instances of FastaTemplate used for parsing
Value:
{"default": _t._default_template, "swissprot": _t._swissprot_template,\
 "pdb": _t._pdb_template, "nr": _t._nr_template, "nrblast": _t._nrblas\
t_template}