Mercurial > repos > iuc > gatk2
view tool_dependencies.xml @ 4:e67da4f2c9bf draft
Uploaded
author | bgruening |
---|---|
date | Sat, 18 Jan 2014 07:00:26 -0500 |
parents | b7ef18eaa9c9 |
children | c2645201ffae |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <set_environment version="1.0"> <environment_variable action="set_to" name="GATK2_PATH">/please set the path to your GATK2 dir in the corresponding env.sh file/</environment_variable> </set_environment> <!-- Use GATK2_SITE_OPTIONS to set additional parameters that should be inserted in every GATK2 call. The intended use case was to prohibit GATK2 to collect and send data. For example: -et "NO_ET" -K "/data/gatk2_key_file" ##ET no phone home --> <set_environment version="1.0"> <environment_variable action="set_to" name="GATK2_SITE_OPTIONS"> </environment_variable> </set_environment> <package name="samtools" version="0.1.19"> <repository changeset_revision="54195f1d4b0f" name="package_samtools_0_1_19" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> </package> </tool_dependency>