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>
|
|
|
|
|
<module>QualityScoresRecalibrationModule.xml</module>
|
|
|
|
|
<module>LocalRealignmentAroundIndelsModule.xml</module>
|
|
|
|
|
<module>UnifiedGenotyperModule.xml</module>
|
|
|
|
|
<module>VariantFiltrationModule.xml</module>
|
|
|
|
|
<module>VariantAnnotatorModule.xml</module>
|
2010-01-20 06:10:33 +08:00
|
|
|
<module>VariantEvalModule.xml</module>
|
|
|
|
|
<module>FindContaminatingReadGroupsModule.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>
|