Closed hzpc-joostk closed 6 years ago
The assertion at https://github.com/biod/sambamba/blob/master/sambamba/depth.d#L359 makes sure there is no conflict. For these rare cases we should actually emit a warning. If you run the latest release there should be no assertions compiled in, but I'll test for that.
If you'd like data to test with, let me know. Cheers!
Running the
depth
commands on BAM raise an Assertion failure:(shell = Zsh)
I found the read alignments that caused the trouble:
How can we solve this?
It seems that the third (supplementary) alignment, overlaps both primary mates. So I could workaround by
-F 'not supplementary'
. But is that really the way I should solve this?