intervene
intervene copied to clipboard
intervene venn doesn't work with "--bedtools-option s=True"
Can intervene be complemented with "bedtools intersect -s "? (that is intersecting peaks by strand)
You should use like this:
intervene venn -i *.bed --bedtools-option s
instead of s=True
or -s
I tried run intervene venn --bedtools-options s
, but it returned the same result with that without --bedtools-options s
.