changeset 3:39e7328feab0 draft default tip

planemo upload commit d6f89b3a76680ff3e39121fa5b102b16e4dc6631
author eduardo
date Fri, 07 Apr 2017 12:56:04 -0400
parents c6e7f09bc9e0
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Feb 13 15:21:31 2017 -0500
+++ b/tool_dependencies.xml	Fri Apr 07 12:56:04 2017 -0400
@@ -3,18 +3,14 @@
     <package name="predsi" version="2004.02.13">
         <install version="1.0">
             <actions>
-                <action type="download_by_url" sha256sum="d162979dd34dd42d24e89b692651220a726af880ec05565efb47679f5c0c79a9">https://raw.githubusercontent.com/Eduardo-Alves/PredSi/master/PredSi.tar </action>
-
+                <action type="download_by_url" sha256sum="1932220d0f08cb6b6a4f68e444e49ed39547a6c6a0fbe252b2cc9b6d5bdd7dd9">https://raw.githubusercontent.com/Eduardo-Alves/PredSi/master/PredSi.tar.gz</action>
                 <action type="move_directory_files">
                     <source_directory>.</source_directory>
                     <destination_directory>$INSTALL_DIR/</destination_directory>
                 </action>
                 <action type="shell_command">chmod ugo+x $INSTALL_DIR/JSPP.jar</action>
                 <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                </action>
-                <action type="set_environment">
-                     <environment_variable name="JAVA_JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
+                    <environment_variable name="PREDSI_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>