Bio.SeqIO.GckIO module
Bio.SeqIO support for the “gck” file format.
The GCK binary format is generated by the Gene Construction Kit software from Textco BioSoftware, Inc.
- class Bio.SeqIO.GckIO.GckIterator(source)
Bases:
SequenceIterator
Parser for GCK files.
- modes = 'b'
- __init__(source)
Break up a GCK file into SeqRecord objects.
Note that a GCK file can only contain one sequence, so this iterator will always return a single record.
- __next__()
Return the next SeqRecord.
This method must be implemented by the subclass.
- __abstractmethods__ = frozenset({})
- __parameters__ = ()