12 lines
423 B
XML
12 lines
423 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package name="UnifiedGenotyper">
|
|
<executable name="UnifiedGenotyper">
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
<resource-bundle file="StingText.properties" />
|
|
<dependencies>
|
|
<!-- Unified genotyper -->
|
|
<class name="org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper" />
|
|
</dependencies>
|
|
</executable>
|
|
</package>
|