Closed heuermh closed 3 years ago
Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/bdg-formats-prb/188/ Test PASSed.
Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/bdg-formats-prb/189/ Test PASSed.
Note in #120 we use VariantAnnotation.readDepth
for VCF INFO reserved key AD split to alternate read depth and VariantAnnotation.referenceReadDepth
for VCF INFO reserved key AD split to reference read depth. VCF INFO reserved key DP "Combined depth across samples" is not mapped, because it doesn't make any sense after splitting.
This pull request uses GenotypeAnnotation.alternateReadDepth
and AnnotationGenotype.referenceReadDepth
for VCF FORMAT genotype reserved key AD, and Genotype.readDepth
for VCF FORMAT genotype reserved key DP "Read depth". Should this be updated to do the same (i.e. drop DP mapping to readDepth
and rename GenotypeAnnotation.alternateReadDepth
to GenotypeAnnotation.readDepth
)?
Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/bdg-formats-prb/191/ Test PASSed.
Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/bdg-formats-prb/192/ Test PASSed.
Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/bdg-formats-prb/200/ Test PASSed.
Closing as WontFix. Unfortunately there isn't a driver or reviewer for landing this large change.
Fixes #106 Incorporates feedback from and replaces #108. Note the diff is somewhat hard to read, for review please consider the whole file link.