-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Should depth/quality plots include anomalous read pairs? #112
Comments
@mmelendrez will have to answer that one I could see it going either way as the bqd.mpileup is a duplicate function almost to the samtools.mpileup Migration is still needed to move any existing code using bqd.mpileup over to samtools.mpileup. |
This will be a config option with the default set to "no orphans" |
Should we make it so that it makes more sense such as |
yes |
I don't think this is really a filter issue, this is a flag that we might add to the base caller/plotting scripts. Dropping the filter milestone. |
Currently the bam_to_qualdepth module uses the
bdq.mpileup
method to generate the depth+quality plots. By default,samtools mpileup
ignores "orphaned" or "anomalous" reads (those are paired reads where the mate is not paired). Should we add the "-A" flag to the command to include the anomalous reads?The text was updated successfully, but these errors were encountered: