comparison tool_dependencies.xml @ 13:a620681991cc draft

Uploaded
author koen
date Wed, 13 Jan 2016 11:23:46 -0500
parents 8dddb05b42e6
children 4aaff8f562c1
comparison
equal deleted inserted replaced
12:8dddb05b42e6 13:a620681991cc
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <set_environment version="1.0"> 3 <set_environment version="1.0">
4 <environment_variable name="GBSX_PATH" action="set_to">$INSTALL_DIR/</environment_variable> 4 <environment_variable name="GBSX_PATH" action="set_to">$GBSX_PATH_TMP</environment_variable>
5 </set_environment> 5 </set_environment>
6 <package name="GBSX" version="1.1.5"> 6 <package name="GBSX" version="1.1.5">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://github.com/GenomicsCoreLeuven/GBSX/releases/download/v1.1.5/GBSX_v1.1.5.jar</action> 9 <action type="download_by_url">https://github.com/GenomicsCoreLeuven/GBSX/releases/download/v1.1.5/GBSX_v1.1.5.jar</action>
10 <action type="move_file" rename_to="GBSX.jar"><source>GBSX_v1.1.5.jar</source><destination>$INSTALL_DIR</destination></action> 10 <action type="move_file" rename_to="GBSX.jar"><source>GBSX_v1.1.5.jar</source><destination>$INSTALL_DIR</destination></action>
11 <action type="set_environment"><environment_variable name="GBSX_PATH" action="set_to">$INSTALL_DIR</environment_variable></action> 11 <action type="set_environment"><environment_variable name="GBSX_PATH_TMP" action="set_to">$INSTALL_DIR</environment_variable></action>
12 </actions> 12 </actions>
13 </install> 13 </install>
14 <readme>Installs the GBSX jar.</readme> 14 <readme>Installs the GBSX jar.</readme>
15 </package> 15 </package>
16 </tool_dependency> 16 </tool_dependency>