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
If the read is reversed by the aligner (flag 16), the CIGAR string will not match the cycle of the machine.
The iterarator needs to be reversed if flag 16 is set
bam-qc-metrics/bam_qc_metrics/bam_qc.py
Line 80 in f923853
The text was updated successfully, but these errors were encountered:
Good catch, I'll fix this (which will hopefully eliminate some discrepancies from the CIGAR metrics).
Sorry, something went wrong.
Should be fixed by commit 59641a6
iainrb
No branches or pull requests
If the read is reversed by the aligner (flag 16), the CIGAR string will not match the cycle of the machine.
The iterarator needs to be reversed if flag 16 is set
bam-qc-metrics/bam_qc_metrics/bam_qc.py
Line 80 in f923853
The text was updated successfully, but these errors were encountered: