Open lucventurini opened 5 years ago
Currently gffread dies with segmentation fault when trying to extract features from a BGZIPped, indexed genome sequence.
gffread
Indeed, that's not supported (yet). Shouldn't be that hard to add, I suppose - though I generally dislike adding external dependencies like bgzf or htslib unless really needed.
Currently
gffread
dies with segmentation fault when trying to extract features from a BGZIPped, indexed genome sequence.