mamarjan / gff3-pltools

A fast parallel GFF3 parser
MIT License
15 stars 5 forks source link

gff3-ffetch segfaults #71

Closed pjotrp closed 12 years ago

pjotrp commented 12 years ago

wget ftp://ftp.wormbase.org/pub/wormbase/species/celegans/sequence/genomic/c elegans.WS232.genomic.fa.gz wget ftp://ftp.wormbase.org/pub/wormbase/species/celegans/sequence/genomic/c elegans.WS232.genomic.fa.gz gzip -d *.gz

gff3-ffetch mRNA c_elegans.WS232.annotations.gff3 c_elegans.WS232.genomic.fa Segmentation fault

lomereiter commented 12 years ago

(one of Pjotr's links must be ftp://ftp.wormbase.org/pub/wormbase/species/c_elegans/gff/c_elegans.WS232.annotations.gff3.gz)

I think I've found where the issue comes from. First, Pjotr did specify files in the wrong order, and gff3-ffetch didn't even notice whereas it clearly states in usage information that FASTA should come first. So what happens is the following:

mamarjan commented 12 years ago

Thanks Artem, I'll fix that right away.