Segmentation fault or corrupted output GFF when using `-C` coding only option on multiple NCBI genome assembly GFF files
hermidalc opened this issue · comments
Leandro Hermida commented
This either segfaults or produces a corrupted output GFF file. I've run into other examples with NCBI genome assembly GFF files.
Leandro Hermida commented
Might have to do with the fact this genome has five_prime_UTR
and three_prime_UTR
features, but gffread should be able to handle that and produce exon
, CDS
, and mRNA
output features where the exon
and mRNA
ranges include the UTR regions and the CDS
ranges do not.