comparison tool_dependencies.xml @ 18:efd8c94168d4 draft

Uploaded
author koen
date Wed, 13 Jan 2016 11:47:17 -0500
parents ded83f50b0d0
children 062399f3787f
comparison
equal deleted inserted replaced
17:ded83f50b0d0 18:efd8c94168d4
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <set_environment version="1.0">
4 <environment_variable name="GBSX_PATH" action="set_to">$INSTALL_DIR</environment_variable>
5 </set_environment>
6 <package name="GBSX" version="1.1.5"> 3 <package name="GBSX" version="1.1.5">
7 <install version="1.0"> 4 <install version="1.0">
8 <actions> 5 <actions>
9 <action type="download_by_url">https://github.com/GenomicsCoreLeuven/GBSX/releases/download/v1.1.5/GBSX_v1.1.5.jar</action> 6 <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> 7 <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"> 8 <action type="set_environment">
12 <environment_variable name="GBSX_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 9 <environment_variable name="GBSX_PATH" action="set_to">$INSTALL_DIR</environment_variable>
13 </action> 10 </action>
14 </actions> 11 </actions>
15 </install> 12 </install>
16 <readme>Installs the GBSX jar.</readme> 13 <readme>Installs the GBSX jar.</readme>
17 </package> 14 </package>