From dfc5a3d1f3d887c5ea972ceecac4a0c71f934ae9 Mon Sep 17 00:00:00 2001 From: ebanks Date: Wed, 26 Jan 2011 14:58:15 +0000 Subject: [PATCH] added integration test for --sites_only option git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5082 348d0f76-0448-11de-a6fe-93d51630548a --- .../gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java index 3aeaf41c8..2e0c538a8 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java @@ -106,6 +106,7 @@ public class public void testParameter() { HashMap e = new HashMap(); e.put( "-genotype", "4ffcb1e1f20ce175783c32c30deef8db" ); + e.put( "-sites_only", "71e561ba6fc66bd8b84907252f71ea55" ); e.put( "-all_bases", "3d98205a31a133c11e518e095dc7ab65" ); e.put( "--min_base_quality_score 26", "5f1cfb9c7f82e6414d5db7aa344813ac" ); e.put( "--min_mapping_quality_score 26", "6c3ad441f3a23ade292549b1dea80932" );