Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Added support for an empty NM tag in SA tag fields using '*' character #693
Conversation
coveralls
commented
Aug 31, 2016
yfarjoun
was assigned
by droazen
Sep 13, 2016
|
|
lbergelson
merged commit 0e6edc7
into
samtools:master
Sep 15, 2016
|
this may effect broadinstitute/gatk#2133 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jamesemery commentedAug 31, 2016
Description
Previously when encountered with a '*' in the last field of an SA tag for getOtherCannonicalAlignments() method would throw an exception. It will now gracefully allow for an empty NM field in the new field.
Checklist