2010-01-16 04:50:29 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- NOTE: Uses playground.
|
|
|
|
|
ant clean playground package -Dexecutable=GATK-GSA-Pipeline -->
|
|
|
|
|
<package>
|
|
|
|
|
<name>GATK-GSA-Pipeline</name>
|
|
|
|
|
<executable>
|
|
|
|
|
<name>GATK-GSA-Pipeline</name>
|
|
|
|
|
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
|
2010-01-19 09:56:04 +08:00
|
|
|
<properties>StingText.properties</properties>
|
2010-01-20 09:13:17 +08:00
|
|
|
<module>QualityScoresRecalibration.xml</module>
|
|
|
|
|
<module>LocalRealignmentAroundIndels.xml</module>
|
|
|
|
|
<module>UnifiedGenotyper.xml</module>
|
|
|
|
|
<module>VariantFiltration.xml</module>
|
|
|
|
|
<module>VariantAnnotator.xml</module>
|
|
|
|
|
<module>VariantEval.xml</module>
|
|
|
|
|
<module>FindContaminatingReadGroups.xml</module>
|
2010-01-16 04:50:29 +08:00
|
|
|
<dependencies>
|
2010-01-16 07:31:29 +08:00
|
|
|
<!-- Filters -->
|
2010-01-16 04:50:29 +08:00
|
|
|
<package>org.broadinstitute.sting.gatk.filters</package>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|