changeset 14:4aaff8f562c1 draft

Uploaded
author koen
date Wed, 13 Jan 2016 11:26:26 -0500
parents a620681991cc
children 59c5f45c9ebf
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 13 11:23:46 2016 -0500
+++ b/tool_dependencies.xml	Wed Jan 13 11:26:26 2016 -0500
@@ -1,14 +1,13 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <set_environment version="1.0">
-        <environment_variable name="GBSX_PATH" action="set_to">$GBSX_PATH_TMP</environment_variable>   
+        <environment_variable name="GBSX_PATH" action="set_to">$GBSX_ROOT_DIR</environment_variable>   
     </set_environment>
     <package name="GBSX" version="1.1.5">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://github.com/GenomicsCoreLeuven/GBSX/releases/download/v1.1.5/GBSX_v1.1.5.jar</action>
                 <action type="move_file" rename_to="GBSX.jar"><source>GBSX_v1.1.5.jar</source><destination>$INSTALL_DIR</destination></action>
-                <action type="set_environment"><environment_variable name="GBSX_PATH_TMP" action="set_to">$INSTALL_DIR</environment_variable></action>
             </actions>
         </install>
         <readme>Installs the GBSX jar.</readme>