-
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
Added clarifying note to ADAMVariantContext
#274
Conversation
+1, good call! |
BTW, I think that is an OK place to put the note, but I would wrap it in JAVADOC style comments (/*.../) so that it gets rendered as part of the Scaladoc for the API. Alternatively, you could add it as:
|
Can one of the admins verify this patch? |
Jenkins, add to whitelist and test this please. |
All automated tests passed. |
All automated tests passed. |
I would be in favor of renaming org.bdgenomics.adam.models.ADAMVariantContext to something else entirely. |
+1 on Michael's comment -- we had talked a while ago about renaming ADAMRecord too, I don't think there's any reason to stick to a naming scheme which matches GATK or Picard. |
I actually don't think we need the ADAMVariantContext anymore anyways; it was useful with the original flat variant and genotypes schema that we had, but is no longer necessary with the current nested genotype schema. @arahuja @timodonnel would dropping the ADAMVariantContext cause problems for guacamole? |
+1 on removing it if it's not needed. @arahuja @timodonnel? |
Jenkins, test this please. |
All automated tests passed. |
Jenkins test this please |
All automated tests passed. |
No word from Arun or Tim -- why don't we merge this, and open a discussion issue for removing ADAMVariantContext. All in favor? |
Unless there are objections, Uri if you rebase this I will merge it. |
@tdanford +1, we should do the discussion on the list anyways. |
Rebased. |
All automated tests passed. |
Added clarifying note to `ADAMVariantContext`
Merged! Thanks @laserson! |
Not to be confused with
ADAMVariationContext
.This is probably not the right place to put this note. Where should it go?