gatk-3.8/packages/LocalRealignmentAroundIndel...

19 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<package name="LocalRealignmentAroundIndels">
<executable name="LocalRealignmentAroundIndels">
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
<resource-bundle file="StingText.properties" />
<dependencies>
<!-- Local realignment around indels -->
<class name="org.broadinstitute.sting.gatk.walkers.indels.CleanedReadInjector" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelIntervalWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.IntervalCleanerWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.IntervalMergerWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.MismatchIntervalWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.SNPClusterWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelGenotyperWalker" />
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelGenotyperV2Walker" />
</dependencies>
</executable>
</package>