Skip to content

Commit 7351dfb

Browse files
fnothaftheuermh
authored andcommitted
Refactor genotype conversion code and improve test coverage.
1 parent e46f187 commit 7351dfb

File tree

10 files changed

+1611
-710
lines changed

10 files changed

+1611
-710
lines changed

adam-core/src/main/scala/org/bdgenomics/adam/converters/SupportedHeaderLines.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ private[adam] object SupportedHeaderLines {
132132
1,
133133
VCFHeaderLineType.Integer,
134134
"Phase set ID")
135+
136+
// note: this is not spec compliant!
137+
// however, this is due to a bug in htsjdk --> https://github.com/samtools/htsjdk/issues/751
138+
// the standard header lines get populated no matter what the header lines are on the
139+
// file. not clear how to disable this...
135140
lazy val phaseQuality = new VCFFormatHeaderLine(VCFConstants.PHASE_QUALITY_KEY,
136141
1,
137142
VCFHeaderLineType.Float,

adam-core/src/main/scala/org/bdgenomics/adam/converters/VariantAnnotationConverter.scala

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)