diff --git a/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java b/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java index 38f4bc2af..0a6a3b861 100755 --- a/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java +++ b/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyper.java @@ -50,6 +50,7 @@ import java.io.PrintStream; * multi-sample, and pooled data. The user can choose from several different incorporated calculation models. */ @Reference(window=@Window(start=-20,stop=20)) +@By(DataSource.REFERENCE) public class UnifiedGenotyper extends LocusWalker implements TreeReducible { @ArgumentCollection private UnifiedArgumentCollection UAC = new UnifiedArgumentCollection();