gatk-3.8/packages/UnifiedGenotyperModule.xml

14 lines
440 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<package>
<name>UnifiedGenotyper</name>
<executable>
<name>UnifiedGenotyper</name>
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
<properties>StingText.properties</properties>
<dependencies>
<!-- Unified genotyper -->
<class>org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper</class>
</dependencies>
</executable>
</package>