- Fixed bug in Fasta parser, where if the sequence wasn't accessed wh…
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