diff tools/effectiveT3/tool_dependencies.xml @ 8:60a9b3f760cc draft

v0.0.17 Used cached URL, python style updates
author peterjc
date Wed, 01 Feb 2017 09:22:21 -0500
parents 5f85301d50bf
children a46d7861c32c
line wrap: on
line diff
--- a/tools/effectiveT3/tool_dependencies.xml	Mon Sep 21 05:52:29 2015 -0400
+++ b/tools/effectiveT3/tool_dependencies.xml	Wed Feb 01 09:22:21 2017 -0500
@@ -3,29 +3,34 @@
     <package name="effectiveT3" version="1.0.1">
         <install version="1.0">
             <actions>
-                <!-- Set environment variable so Python script knows where to look -->
+                <!-- Main JAR file -->
+                <!-- Original URL http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_GUI-1.0.1.jar -->
+                <action type="download_file" sha256sum="5a811a86a14dffbc5ae91dc45f40791642b8866266ffd2337b97d4c298129cab" target_filename="TTSS_GUI-1.0.1.jar">https://depot.galaxyproject.org/software/TTSS_GUI/TTSS_GUI_1.0.1_src_all.jar</action>
+                <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR</destination></action>
+                <!-- Model specific JAR files -->
+                <action type="make_directory">$INSTALL_DIR/module</action>
+                <!-- Original URL http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_ANIMAL-1.0.1.jar -->
+                <action type="download_file" sha256sum="3d9cd8e805387d2dfa855076b3d5f7f97334aa612288075111329fb036c94e34" target_filename="TTSS_ANIMAL-1.0.1.jar">https://depot.galaxyproject.org/software/TTSS_ANIMAL/TTSS_ANIMAL_1.0.1_src_all.jar</action>
+                <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>        
+                <!-- Original URL http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_PLANT-1.0.1.jar -->
+                <action type="download_file" sha256sum="593f0052ace030c2fa16cf336f3916a21bc2addbaefdfa149b084b1425e42a13" target_filename="TTSS_PLANT-1.0.1.jar">https://depot.galaxyproject.org/software/TTSS_PLANT/TTSS_PLANT_1.0.1_src_all.jar</action>
+                <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
+                <!-- Original URL http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-1.0.1.jar -->
+                <action type="download_file" sha256sum="865809e5ead6d8bb038e854ccaebc7c102b72738ff3557553af9b9ac8e529336" target_filename="TTSS_STD-1.0.1.jar">https://depot.galaxyproject.org/software/TTSS_STD/TTSS_STD_1.0.1_src_all.jar</action>
+                <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
+                <!-- Original URL http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-2.0.2.jar -->
+                <action type="download_file" sha256sum="860c6e3680fa1f3c6ac2362605205af4cdd9a1caefee59fdbd37d1453c9bad44" target_filename="TTSS_STD-2.0.2.jar">https://depot.galaxyproject.org/software/TTSS_STD/TTSS_STD_2.0.2_src_all.jar</action>
+                <action type="move_file"><source>TTSS_STD-2.0.2.jar</source><destination>$INSTALL_DIR/module/</destination></action>
+                <!-- Make this accessible -->
                 <action type="set_environment">
                     <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
-                <!-- Main JAR file -->
-                <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_GUI-1.0.1.jar</action>
-                <!-- If using action type download_file will need to move the file,
-                <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action>
-                -->
-                <!-- Three model JAR files -->
-                <action type="make_directory">$INSTALL_DIR/module</action>
-                <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_ANIMAL-1.0.1.jar</action>
-                <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>        
-                <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_PLANT-1.0.1.jar</action>
-                <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
-                <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-1.0.1.jar</action>
-                <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
-                <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-2.0.2.jar</action>
-                <action type="move_file"><source>TTSS_STD-2.0.2.jar</source><destination>$INSTALL_DIR/module/</destination></action>
             </actions>
         </install>
         <readme>
 Downloads effectiveT3 v1.0.1 and associated models from http://effectors.org/ aka http://effectors.csb.univie.ac.at/
+
+Sets environment variable $EFFECTIVET3 to the directory containing the main JAR file whose subdirectory module/ holds the model JAR files.
         </readme>
     </package>
 </tool_dependency>