Skip to content

Biotite 0.15.0

Compare
Choose a tag to compare
@padix-key padix-key released this 16 Jul 11:35
8dfa3ed

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() and set_annotation() functions as high level interface to GFF3 files