-
Notifications
You must be signed in to change notification settings - Fork 288
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
Jaccard analysis segmentation fault #779
Comments
38
added a commit
to 38/bedtools2
that referenced
this issue
Oct 23, 2019
38
added a commit
to 38/bedtools2
that referenced
this issue
Oct 23, 2019
Merged
This is fixed in master and a new test has been added. Thanks for reporting it and thanks to @38 for fixing it! |
I tried the fixed version, it works fine, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to do some analysis using the command
bedtools jaccard -a $file1 -b $file2
but for some reason Bedtools crash giving me as error "Segmentation fault (core dumped)".
When I try to run
bedtools jaccard -a $file1 -b $file3
and
bedtools jaccard -a $file2 -b $file3
the command works but with
bedtools jaccard -a $file3 -b $file2
it give me segmentation fault again.
It works even if I run
bedtools jaccard -a $file2 -b $file1
The problem seems to be the file2, but it is wired that when it is in the -b position the program works fine and by the way I didn't find any problematic feature in that file that could justify a crash. Do you have any idea about this problem?
Thanks.
Attached there are the files to make the tests.
file1=H3K27ac_ENCSR763IDK_bin100_gap0_peaks.bed.txt
file2=H3K36me3_ENCSR499FXI_bin100_gap0_peaks.bed.txt
file3=H3K4me1_ENCSR155XVP_bin100_gap0_peaks.bed.txt
H3K4me1_ENCSR155XVP_bin100_gap0_peaks.bed.txt
H3K27ac_ENCSR763IDK_bin100_gap0_peaks.bed.txt
H3K36me3_ENCSR499FXI_bin100_gap0_peaks.bed.txt
PS I am working with version 2.29.0 of bedtools on a SGE server using RedHas as OS.
The text was updated successfully, but these errors were encountered: