Trees | Indices | Help |
---|
|
Hold GenBank data in a straightforward format.
classes: o Record - All of the information in a GenBank record. o Reference - hold reference data for a record. o Feature - Hold the information in a Feature Table. o Qualifier - Qualifiers on a Feature.
|
|||
Record Hold GenBank information in a format similar to the original record. |
|||
Reference Hold information from a GenBank reference. |
|||
Feature Hold information about a Feature in the Feature Table of GenBank record. |
|||
Qualifier Hold information about a qualifier in a GenBank feature. |
|
|||
|
|||
|
|
|||
__package__ =
|
|
Write a line of GenBank info that can wrap over multiple lines. This takes a line of information which can potentially wrap over multiple lines, and breaks it up with carriage returns and indentation so it fits properly into a GenBank record. Arguments: o information - The string holding the information we want wrapped in GenBank method. o indent - The indentation on the lines we are writing. o wrap_space - Whether or not to wrap only on spaces in the information. o split_char - A specific character to split the lines on. By default spaces are used. |
Write out information with the specified indent. Unlike _wrapped_genbank, this function makes no attempt to wrap lines -- it assumes that the information already has newlines in the appropriate places, and will add the specified indent to the start of each line. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:43:31 2008 | http://epydoc.sourceforge.net |