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

Expose the ability to encode a Genotoype into a GT field #1648

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

lbergelson
Copy link
Member

Copy link
Contributor

@droazen droazen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment to address, otherwise looks good 👍


Assert.assertEquals(VCFEncoder.encodeGtField(vc, g1), "0/0");
Assert.assertEquals(VCFEncoder.encodeGtField(vc, g2), "1/2");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a unit test for writeGtField() as well?

* Expose two public methods in VCFEncoder writeGtField and encodeGtField
* Supports broadinstitute/gatk#8160 but seems like a useful thing to be able to do in general
* minor breaking change in VCFEncoder, made methods formatVCFField and buildAlleleStrings static
  It is unlikely anyone overrides either of these methods so it should not be a problem.
@lbergelson lbergelson merged commit 8108d56 into master Jan 31, 2023
@lbergelson lbergelson deleted the lb_expose_gt_encoding branch January 31, 2023 15:44
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

Successfully merging this pull request may close these issues.

None yet

2 participants