13 lines
547 B
XML
13 lines
547 B
XML
|
|
<?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.RealignerTargetCreator" />
|
||
|
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelRealigner" />
|
||
|
|
</dependencies>
|
||
|
|
</executable>
|
||
|
|
</package>
|