This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bedtools intersect segmentation fault

Hi,

I am trying to run a command:

bedtools intersect -wao -f 0.75 -a A.gtf -b B.gtf > output.bed

and I get segmentation fault.

The command runs fine without the -wao option.

There are apparently no memory issues. I am running the code on a linux cluster and running the free -m command shows that there is enough memory on the node.

I looked that the bedtools intersect documentation and it mentions that the -wao option is restricted by the -f option. Is that what causing the segmentation fault ?

Your help will be greatly appreciated.

Thanks

bedtools genomics

Please use the formatting bar (especially the code option) to make your post more readable. Thank you!

enter image description here

1 answer

Which version of bedrolls are you running? There were some reports of segmentation faults with -wao with version 2.25 and updating to 2.26 might help.

Log in to answer this question.