Skip to content
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

Update vector spec to reflect removal of calmd and usage of Picard SetNmMdAndUqTags tool #17

Closed
gbggrant opened this issue May 8, 2020 · 1 comment
Assignees

Comments

@gbggrant
Copy link
Contributor

gbggrant commented May 8, 2020

The initial version of the pipeline generated an output bam that failed ValidateSamFile due to a difference between the implementations of the calculation of the value of the NM tag in samtool's calmd tool and that in picard's ValidateSamFile tool. See: samtools/samtools#717 (comment)

After discussion with @alimanfoo and others, and with the understanding that the NM tag is not used elsewhere (particularly in gatk 3's UnifiedGenotyper), the decision was made to remove the usage of calmd and replace it with Picard's SetNmMdAndUqTags tool.

@gbggrant
Copy link
Contributor Author

The spec has been updated and the code changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants