-
Notifications
You must be signed in to change notification settings - Fork 308
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
Handle no-ops more intelligently when creating MD tags #392
Comments
D'oh! That doesn't look correct... Which piece of code is emitting this? |
Er, actually, if those all are mismatches, that could be correct. Are you able to share the read/alignment publicly? |
Sure, I can share; it's just from the SMaSH Venter reads. Here's the original read: It aligns to chr22, 42898574 (if 0-indexed), in the reverse direction. Here's the cigar string & MD tag I get from Adam: It looks like there's an indel at the beginning of the read: Maybe that's what is causing the hiccup? I realize this MD tag is different from the one I posted... maybe the code changed in between me getting the above result (about a week ago) and now? |
Hmmm, that's a messy alignment. I'll look into this... |
Closing as won't fix. |
Currently, Adam creates very verbose MD tags when it encounters no-ops, e.g., 2G0A0T0G0A2G2A0T0G0T1G0T0C3T0G0A0G0T1G0T0C0A1G0T0C0T0G0A0T0G1A3G0A0C0A0T0C0A0T1G2C0A0G0A0T0G0C0T0G0A0G4C0A0G1C0A2C0A0T0A0T1G0T0G9.
The text was updated successfully, but these errors were encountered: