Biotite 0.15.0
Changelog
Additions
- Highly increased performance of encoding/decoding of sequence to sequence code and vice versa
sequence.Alphabet.decode_multiple()
accepts any array-like object as sequence code
- Added read/write support for GFF3 files
- Added
sequence.io.gff
subpackage - Contains
sequence.io.gff.GFFFile
as low level interface to GFF3 files - Contains
get_annotation()
andset_annotation()
functions as high level interface to GFF3 files
- Added