Bio.SeqIO.SnapGeneIO module
Bio.SeqIO support for the SnapGene file format.
The SnapGene binary format is the native format used by the SnapGene program from GSL Biotech LLC.
- class Bio.SeqIO.SnapGeneIO.SnapGeneIterator(source)
Bases:
SequenceIterator
Parser for SnapGene files.
- __init__(source)
Parse a SnapGene file and return a SeqRecord object.
Argument source is a file-like object or a path to a file.
Note that a SnapGene file can only contain one sequence, so this iterator will always return a single record.
- parse(handle)
Start parsing the file, and return a SeqRecord generator.
- iterate(handle)
Iterate over the records in the SnapGene file.
- __abstractmethods__ = frozenset({})
- __parameters__ = ()