From 5a64a80ab5115d86d58b600f4edbf0a703eb7b04 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 10 Sep 2009 04:31:33 +0000 Subject: [PATCH] changes to the variation class, updates to SSG, updated tests based on changes to the SSGenotypeCall, and added the ability to run a single integration test from using the build script. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1577 348d0f76-0448-11de-a6fe-93d51630548a --- build.xml | 3 +- .../walkers/genotyper/SSGenotypeCall.java | 74 ++++++++++--------- .../genotyper/SingleSampleGenotyper.java | 11 ++- .../sting/utils/genotype/Genotype.java | 2 +- .../genotype/{Variant.java => Variation.java} | 34 ++++++++- .../walkers/genotyper/SSGenotypeCallTest.java | 18 ++--- 6 files changed, 87 insertions(+), 55 deletions(-) rename java/src/org/broadinstitute/sting/utils/genotype/{Variant.java => Variation.java} (66%) diff --git a/build.xml b/build.xml index 3703c2d4f..54d6b678e 100644 --- a/build.xml +++ b/build.xml @@ -3,6 +3,7 @@ +