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

Attribute getters should be migrated from GATKProtectedVariantContextUtils to VariantContext (HTSJDK) #5454

Open
TedBrookings opened this issue Nov 28, 2018 · 0 comments
Assignees
Labels

Comments

@TedBrookings
Copy link
Contributor

Feature request

Tool(s) or class(es) involved

GATKProtectedVariantContextUtils
VariantContext (HTSJDK)

Description

There are currently multiple attribute getters in GATKProtectedVariantContextUtils that properly belong in VariantContext and should be migrated. Some are nearly duplicates (with subtly different default/missing value handling) and some have no counterpart (getAttributeAsLong and getAttributeAsLongArray). Due to the potential for conflict, this issue should likely not be finished until the getters in HTSJDK are fixed (samtools/htsjdk#1228).

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

No branches or pull requests

2 participants