Skip to content

- Fixed bug in Fasta parser, where if the sequence wasn't accessed wh…

Marek Szuba requested to merge GFF3_with_Fasta into master

Created by: lairdm

…en cycling through records the pointer didn't advance correctly (one too many records was reported existing)

  • Added support for Fasta embedded in GFF3 files via an embedded Fasta parser when the ##FASTA tag is reached
  • Made the return from read_block() explicit

Merge request reports