-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the ability to encode a Genotoype into a GT field (#1648)
* Expose the ability to encode a Genotoype into a GT field by exposing 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.
- Loading branch information
1 parent
1024da5
commit 8108d56
Showing
2 changed files
with
78 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters