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
d4tools create
d4tools create should not count deletion parts of reads (D parts of CIGAR string) when calculating coverage.
D
samtools depth excludes deletions by default (unless you specify -J) when calculating coverage.
samtools depth
-J
-J Include reads with deletions in depth computation
The text was updated successfully, but these errors were encountered:
Hi, as you've seen, d4 uses the entire read and does not consider cigar operations. I'd likely accept a PR with tests to modify the code here
You can also use mosdepth with the --d4 option to get depth that considers cigar operations.
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: