Skip to content

Commit 8caf38e

Browse files
committed
Increase stringency of AnnotationStep
1 parent 164a4e1 commit 8caf38e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mGAP/src/org/labkey/mgap/pipeline/AnnotationStep.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,8 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
574574
needToSubsetToInterval = false;
575575
}
576576

577+
options.add("--throw-on-missing-fields");
578+
577579
final List<String> liftFields = Arrays.asList("LiftedContig", "LiftedStart", "LiftedStop", "ReverseComplementedAlleles");
578580

579581
if (useFuncotator)

0 commit comments

Comments
 (0)