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.

Bio.SeqIO.GckIO.GckIterator(handle)

Parse a GCK file and return a SeqRecord object.

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