Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bedtools jaccard segmentation fault #153

Closed
Adrien-Evo opened this issue Sep 19, 2019 · 2 comments
Closed

bedtools jaccard segmentation fault #153

Adrien-Evo opened this issue Sep 19, 2019 · 2 comments

Comments

@Adrien-Evo
Copy link

Adrien-Evo commented Sep 19, 2019

Hi.
I had segmentation fault error using bedtools jaccard on one file in particular. I narrowed down the region where the error could be found. It's the file a. Files are sorted.

a

chr9	140514400	140514600
chr9	140773000	140773200
chr9	141044600	141045000
chr9	141054200	141054400

b

chr9	140370600	140371000
chr9	140446600	140447000
chr9	140447000	140447400
chr9	140470200	140470400
chr9	140470600	140470800
chr9	140501000	140501200
chr9	140501400	140501600
chr9	140512200	140512600
chr9	140512600	140514400
chr9	140514400	140514600

bedtools jaccard -a a -b b -f 1e-09

bedtools is v2.29.0

@kernco
Copy link

kernco commented Jan 25, 2020

I'm experiencing this bug with one of my bed files too. It works if I just flip which file I specify as "-a" and which as "-b", so I think it's some edge case in bedtools rather than a problem with the file.

@38
Copy link

38 commented Feb 5, 2020

This should be fixed in the latest release already. arq5x/bedtools2#780

And dup with arq5x/bedtools2#779

Confirmed 2.29.1 doesn't have the issue. https://github.com/arq5x/bedtools2/releases/tag/v2.29.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants