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
Can intervene be complemented with "bedtools intersect -s "? (that is intersecting peaks by strand)
The text was updated successfully, but these errors were encountered:
You should use like this: intervene venn -i *.bed --bedtools-option s instead of s=True or -s
intervene venn -i *.bed --bedtools-option s
s=True
-s
Sorry, something went wrong.
I tried run intervene venn --bedtools-options s, but it returned the same result with that without --bedtools-options s.
intervene venn --bedtools-options s
--bedtools-options s
No branches or pull requests
Can intervene be complemented with "bedtools intersect -s "? (that is intersecting peaks by strand)
The text was updated successfully, but these errors were encountered: