We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Howdy,
Here are two patterns that cause seg faults -- obviously user error, but documenting either way. The errors will reproduce with any bed file.
Case 1: accidentally specifying -i instead of -a
-i
-a
bedtools intersect -i benchmark.bed.gz -b gw.bed > intersect_hcr.bed
Case 2: specifying -b twice instead of -a
-b
bedtools subtract -b gw-asm-hq.bed -b dip.bed
version: bedtools v2.30.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Howdy,
Here are two patterns that cause seg faults -- obviously user error, but documenting either way. The errors will reproduce with any bed file.
Case 1: accidentally specifying
-i
instead of-a
Case 2: specifying
-b
twice instead of-a
version: bedtools v2.30.0
The text was updated successfully, but these errors were encountered: