A few more bug fixes based on extended testing. Sorry, Eric.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2656 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-01-21 22:12:16 +00:00
parent c1e09efb23
commit de21943acd
3 changed files with 17 additions and 17 deletions

View File

@ -6,11 +6,11 @@
<dependencies>
<!-- Recalibration analysis script -->
<class name="org.broadinstitute.sting.analyzecovariates.AnalyzeCovariates" />
<class name=">org.broadinstitute.sting.gatk.walkers.recalibration.DinucCovariate" />
<class name=">org.broadinstitute.sting.gatk.walkers.recalibration.QualityScoreCovariate" />
<class name=">org.broadinstitute.sting.gatk.walkers.recalibration.CycleCovariate" />
<class name=">org.broadinstitute.sting.gatk.walkers.recalibration.ReadGroupCovariate" />
<class name=">org.broadinstitute.sting.gatk.walkers.recalibration.TileCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.DinucCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.QualityScoreCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.CycleCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.ReadGroupCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.TileCovariate" />
</dependencies>
</executable>
<resources>

View File

@ -8,11 +8,11 @@
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
<resource-bundle file="StingText.properties" />
<modules>
<module name="QualityScoresRecalibration.xml" />
<module name="LocalRealignmentAroundIndels.xml" />
<module name="UnifiedGenotyper.xml" />
<module name="VariantFiltration.xml" />
<module name="VariantAnnotator.xml" />
<module file="QualityScoresRecalibration.xml" />
<module file="LocalRealignmentAroundIndels.xml" />
<module file="UnifiedGenotyper.xml" />
<module file="VariantFiltration.xml" />
<module file="VariantAnnotator.xml" />
</modules>
<dependencies>
<!-- Filters -->

View File

@ -5,14 +5,14 @@
<resource-bundle file="StingText.properties" />
<dependencies>
<!-- Quality scores recalibration -->
<class file="org.broadinstitute.sting.gatk.walkers.recalibration.CovariateCounterWalker" />
<class file=">org.broadinstitute.sting.gatk.walkers.recalibration.TableRecalibrationWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.CovariateCounterWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.TableRecalibrationWalker" />
<!-- Recalibration Covariates -->
<class file=">org.broadinstitute.sting.gatk.walkers.recalibration.DinucCovariate" />
<class file=">org.broadinstitute.sting.gatk.walkers.recalibration.QualityScoreCovariate" />
<class file=">org.broadinstitute.sting.gatk.walkers.recalibration.CycleCovariate" />
<class file=">org.broadinstitute.sting.gatk.walkers.recalibration.ReadGroupCovariate" />
<class file=">org.broadinstitute.sting.gatk.walkers.recalibration.TileCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.DinucCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.QualityScoreCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.CycleCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.ReadGroupCovariate" />
<class name="org.broadinstitute.sting.gatk.walkers.recalibration.TileCovariate" />
</dependencies>
</executable>
</package>