Update GATK packaging settings to package arbitrary resources
With the newly-added support for packaging arbitrary resources, the resources were getting packaged in a normal build but not when creating a standalone GATK jar. This corrects this oversight.
This commit is contained in:
parent
a359d43f54
commit
b2e699169c
|
|
@ -36,6 +36,9 @@
|
|||
<dir name="org/broadinstitute/sting/utils/R" includes="**/*.tar.gz" />
|
||||
<!-- All R scripts in org.broadinstitute.sting -->
|
||||
<dir name="org/broadinstitute/sting" includes="**/*.R" />
|
||||
<!-- Resources in org.broadinstitute.sting -->
|
||||
<dir name="org/broadinstitute/sting" includes="**/resources/*" />
|
||||
<dir name="org/broadinstitute/sting" includes="**/templates/*" />
|
||||
<!-- The GATK public key -->
|
||||
<file path="GATK_public.key" />
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue