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
Currently count-errors.py depends on CIGAR = and X operations, and cannot handle the older but widely used M operator (match or mismatch).
count-errors.py
=
X
M
Ideally the script could be extended to handle these (slower), but at least a warning would be useful.
Issue spotted while following @mw55309's tutorial https://github.com/mw55309/EG_MinION_2016 where this can be used for LAST but not bwa mem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
count-errors.py
depends on CIGAR=
andX
operations, and cannot handle the older but widely usedM
operator (match or mismatch).Ideally the script could be extended to handle these (slower), but at least a warning would be useful.
Issue spotted while following @mw55309's tutorial https://github.com/mw55309/EG_MinION_2016 where this can be used for LAST but not bwa mem.
The text was updated successfully, but these errors were encountered: