Hi,
I keep getting a segmentation fault when using cufflinks and no files are generated. The command I use is
cufflinks -G /data/shared/genomes/Btau_4.0/Bos_taurus.Btau_4.0.62.gtf --frag-len-mean 201 --frag-len-std-dev 81 accepted_hits.bam
and I've tried it with and without the options shown. I didn't use -o option because I assumed the files were generated automatically.
Any advice would be welcome.
Regards,
K.
as pointed out check that your inputs are all in the right format, even beyond the obivous, no zero lenght intervals or other oddities. One good strategy is to keep halving your datasets and see if the problem persists until you are down to one line...
This will be hard to debug even with more information. can you add the out put of
head Bos_taurus.Btau_4.0.62.gtf
and samtools view -h accepted_hits.bam | head -n 30is there any output before the segfault?
Did you compile cufflinks yourself? if so what version of boost are you using?
Istvan's comment is very good; I would suggest doing it the other way, though-- create the absolute minimal input set first just to see if your setup is otherwise good. That helps establish immediately whether the problem is systemic or somehow coming from your data. I usually find these things are driven by edge cases in the data.