d4-format
d4-format copied to clipboard
`d4tools create` should not count deletion parts of reads when calculation coverage.
d4tools create should not count deletion parts of reads (D parts of CIGAR string) when calculating coverage.
samtools depth excludes deletions by default (unless you specify -J) when calculating coverage.
-J Include reads with deletions in depth computation