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