Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
more VariantContext attribute getters #371
Comments
|
and @ldgauthier "agrees" |
|
Are there any plans to optionally enforce header typing on VariantContext attributes? It'd be nice if we could assume that the type in the header actually round-trips and matches the type defined in the header for that field. Currently we have to do something along the lines of this to get usable attributes. |
magicDGS
added a commit
to magicDGS/htsjdk
that referenced
this issue
Sep 17, 2016
|
|
magicDGS |
8f890d7
|
magicDGS
added a commit
to magicDGS/htsjdk
that referenced
this issue
Sep 21, 2016
|
|
magicDGS + magicDGS |
b66919a
|
magicDGS
added a commit
to magicDGS/htsjdk
that referenced
this issue
Nov 7, 2016
|
|
magicDGS |
60c64cd
|
yfarjoun
closed this
in #712
Nov 20, 2016
yfarjoun
added a commit
that referenced
this issue
Nov 20, 2016
|
|
magicDGS + yfarjoun |
5ddddde
|
|
@ldgauthier ask and ye shall recieve! thanks @magicDGS!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ldgauthier commentedNov 6, 2015
@yfarjoun thinks it "would be nice to have utility functions getAttributeAs<*>List for * in String,Integer,Long,Double...."