gpertea / gffread

GFF/GTF utility providing format conversions, region filtering, FASTA sequence extraction and more
MIT License
378 stars 39 forks source link

Segmentation fault --- exact cds and protein from genome #128

Open 710744562 opened 10 months ago

710744562 commented 10 months ago

I had 200 samples to exact genes cds, so I used "gffread -x" to get my fasta documents, but a part of samples had finished this work. the other samples had error about "Segmentation fault" and just got partial genes fatsa, the same thing happened when i used the command: gffread -x,. Then I tried to used "gffread -w" to exact transcript and all of samples had finished the work completely, I didn't get error "Segmentation fault". So I don't know how to candle "Segmentation fault" when I used "gffread -x". (My fasta document are converted from vcf used “ bcftools consensus ”.