A rethink of some of the modules from last night -- make the modules stand alone.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2637 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-01-20 00:59:21 +00:00
parent ff66023d83
commit 2f3fbc145d
9 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<executable>
<name>AnalyzeCovariates</name>
<main-class>org.broadinstitute.sting.analyzecovariates.AnalyzeCovariates</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Recalibration analysis script -->
<class>org.broadinstitute.sting.analyzecovariates.AnalyzeCovariates</class>

View File

@ -4,6 +4,7 @@
<executable>
<name>FindContaminatingReadGroups</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<class>org.broadinstitute.sting.playground.gatk.walkers.contamination.FindContaminatingReadGroupsWalker</class>
</dependencies>

View File

@ -4,6 +4,7 @@
<executable>
<name>LocalRealignmentAroundIndels</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Local realignment around indels -->
<class>org.broadinstitute.sting.gatk.walkers.indels.CleanedReadInjector</class>

View File

@ -4,6 +4,7 @@
<executable>
<name>QualityScoresRecalibration</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Quality scores recalibration -->
<class>org.broadinstitute.sting.gatk.walkers.recalibration.CovariateCounterWalker</class>

View File

@ -4,6 +4,7 @@
<executable>
<name>UnifiedGenotyper</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Unified genotyper -->
<class>org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper</class>

View File

@ -4,6 +4,7 @@
<executable>
<name>VCFValidator</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- VCF validator -->
<class>org.broadinstitute.sting.gatk.walkers.qc.VCFValidator</class>

View File

@ -4,6 +4,7 @@
<executable>
<name>VariantAnnotator</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Variant annotator -->
<class>org.broadinstitute.sting.gatk.walkers.annotator.VariantAnnotator</class>

View File

@ -4,6 +4,7 @@
<executable>
<name>VariantEval</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<class>org.broadinstitute.sting.playground.gatk.walkers.varianteval.VariantEvalWalker</class>
</dependencies>

View File

@ -4,6 +4,7 @@
<executable>
<name>VariantFiltration</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Variant filtration -->
<class>org.broadinstitute.sting.gatk.walkers.filters.VariantFiltrationWalker</class>