From db9390811a293633690b004541188c82233dc360 Mon Sep 17 00:00:00 2001 From: hanna Date: Tue, 22 Sep 2009 15:06:45 +0000 Subject: [PATCH] Package tool doesn't provide an error if classes listed in the package are not found, and classes were moved from playground to core. This step: correct the classes listed in the package. Next step: update the packaging tool to fail if class is not found. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1680 348d0f76-0448-11de-a6fe-93d51630548a --- packages/GenomeAnalysisTK.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/GenomeAnalysisTK.xml b/packages/GenomeAnalysisTK.xml index f93ba0680..feecdbef6 100644 --- a/packages/GenomeAnalysisTK.xml +++ b/packages/GenomeAnalysisTK.xml @@ -21,18 +21,18 @@ org.broadinstitute.sting.gatk.walkers.indels.MismatchIntervalWalker org.broadinstitute.sting.gatk.walkers.indels.SNPClusterWalker - org.broadinstitute.sting.playground.gatk.walkers.variants.VariantFiltrationWalker + org.broadinstitute.sting.gatk.walkers.filters.VariantFiltrationWalker org.broadinstitute.sting.gatk.walkers.genotyper.SingleSampleGenotyper - org.broadinstitute.sting.playground.gatk.walkers.variants.IVFSecondaryBases - org.broadinstitute.sting.playground.gatk.walkers.variants.VECFisherStrand - org.broadinstitute.sting.playground.gatk.walkers.variants.VECAlleleBalance - org.broadinstitute.sting.playground.gatk.walkers.variants.VECDepthOfCoverage - org.broadinstitute.sting.playground.gatk.walkers.variants.VECLodThreshold - org.broadinstitute.sting.playground.gatk.walkers.variants.VECMappingQualityZero - org.broadinstitute.sting.playground.gatk.walkers.variants.VECIndelArtifact - org.broadinstitute.sting.playground.gatk.walkers.variants.VECClusteredSnps + org.broadinstitute.sting.gatk.walkers.filters.IVFSecondaryBases + org.broadinstitute.sting.gatk.walkers.filters.VECFisherStrand + org.broadinstitute.sting.gatk.walkers.filters.VECAlleleBalance + org.broadinstitute.sting.gatk.walkers.filters.VECDepthOfCoverage + org.broadinstitute.sting.gatk.walkers.filters.VECLodThreshold + org.broadinstitute.sting.gatk.walkers.filters.VECMappingQualityZero + org.broadinstitute.sting.gatk.walkers.filters.VECIndelArtifact + org.broadinstitute.sting.gatk.walkers.filters.VECClusteredSnps