gatk-3.8/packages/GATK-GSA-Pipeline.xml

26 lines
973 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- NOTE: Uses playground.
ant clean playground package -Dexecutable=GATK-GSA-Pipeline -->
<package>
<name>GATK-GSA-Pipeline</name>
<version file="StingText.properties" property="org.broadinstitute.sting.gatk.version" />
<executable>
<name>GATK-GSA-Pipeline</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<resource-bundle>StingText.properties</resource-bundle>
<modules>
<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>
</modules>
<dependencies>
<!-- Filters -->
<package>org.broadinstitute.sting.gatk.filters</package>
</dependencies>
</executable>
</package>