Record#
- class gb_io.Record(sequence, *, name=None, length=None, molecule_type=None, division=Ellipsis, definition=None, accession=None, version=None, dblink=None, keywords=None, circular=False, date=None, source=None, contig=None, references=None, features=None)#
A single GenBank record.
- copy()#
Create a copy of the record.
- Returns:
Record– A shallow copy of the record object. Usecopy.deepcopyif a deep copy is needed (e.g. to create a distinct list of features).
- source#
The source of the record, if any.
- Type:
gb_io.SourceorNone