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: Bio.SeqIO.Interfaces.SequenceIterator

Parser for GCK files.

__init__(source)

Break up a GCK file into SeqRecord objects.

parse(handle)

Start parsing the file, and return a SeqRecord generator.

Note that a GCK file can only contain one sequence, so this iterator will always return a single record.

__abstractmethods__ = frozenset({})