without the *, the package system only took directly referenced files (which pulled in VCF and BED) but skipped dbsnp. Epic star fail...
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3423 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ee3f2eb1d0
commit
42fa12d9e4
|
|
@ -17,7 +17,7 @@
|
|||
<!-- Filters -->
|
||||
<package name="org.broadinstitute.sting.gatk.filters" />
|
||||
<!-- Tribble codecs -->
|
||||
<package name="org.broad.tribble" />
|
||||
<package name="org.broad.tribble.*" />
|
||||
<!-- Basic qc walkers -->
|
||||
<class name="org.broadinstitute.sting.gatk.walkers.coverage.DepthOfCoverageWalker" />
|
||||
<class name="org.broadinstitute.sting.gatk.refdata.tracks.builders.RODTrackBuilder" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue