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

24 lines
951 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">
<version file="StingText.properties" property="org.broadinstitute.sting.gatk.version" />
<executable name="GATK-GSA-Pipeline">
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
<resource-bundle file="StingText.properties" />
<modules>
<module file="QualityScoresRecalibration.xml" />
<module file="LocalRealignmentAroundIndels.xml" />
<module file="UnifiedGenotyper.xml" />
<module file="VariantFiltration.xml" />
<module file="VariantAnnotator.xml" />
<module file="VariantEval.xml" />
<module file="FindContaminatingReadGroups.xml" />
</modules>
<dependencies>
<!-- Filters -->
<package name="org.broadinstitute.sting.gatk.filters" />
</dependencies>
</executable>
</package>