Mercurial > repos > peterjc > effectivet3
comparison tools/effectiveT3/tool_dependencies.xml @ 7:5f85301d50bf draft
v0.0.16, adding new model TTSS-STD-2.0.2.jar
author | peterjc |
---|---|
date | Mon, 21 Sep 2015 05:52:29 -0400 |
parents | 1ea715da1879 |
children | 60a9b3f760cc |
comparison
equal
deleted
inserted
replaced
6:0f6eb4a75000 | 7:5f85301d50bf |
---|---|
6 <!-- Set environment variable so Python script knows where to look --> | 6 <!-- Set environment variable so Python script knows where to look --> |
7 <action type="set_environment"> | 7 <action type="set_environment"> |
8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable> | 8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable> |
9 </action> | 9 </action> |
10 <!-- Main JAR file --> | 10 <!-- Main JAR file --> |
11 <action type="shell_command">wget http://effectors.org/download/version/TTSS_GUI-1.0.1.jar</action> | 11 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_GUI-1.0.1.jar</action> |
12 <!-- If using action type download_file will need to move the file, | 12 <!-- If using action type download_file will need to move the file, |
13 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action> | 13 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action> |
14 --> | 14 --> |
15 <!-- Three model JAR files --> | 15 <!-- Three model JAR files --> |
16 <action type="make_directory">$INSTALL_DIR/module</action> | 16 <action type="make_directory">$INSTALL_DIR/module</action> |
17 <action type="shell_command">wget http://effectors.org/download/module/TTSS_ANIMAL-1.0.1.jar</action> | 17 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_ANIMAL-1.0.1.jar</action> |
18 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> | 18 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> |
19 <action type="shell_command">wget http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action> | 19 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_PLANT-1.0.1.jar</action> |
20 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> | 20 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> |
21 <action type="shell_command">wget http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action> | 21 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-1.0.1.jar</action> |
22 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> | 22 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> |
23 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-2.0.2.jar</action> | |
24 <action type="move_file"><source>TTSS_STD-2.0.2.jar</source><destination>$INSTALL_DIR/module/</destination></action> | |
23 </actions> | 25 </actions> |
24 </install> | 26 </install> |
25 <readme> | 27 <readme> |
26 Downloads effectiveT3 v1.0.1 and the three models from http://effectors.org/ | 28 Downloads effectiveT3 v1.0.1 and associated models from http://effectors.org/ aka http://effectors.csb.univie.ac.at/ |
27 </readme> | 29 </readme> |
28 </package> | 30 </package> |
29 </tool_dependency> | 31 </tool_dependency> |
30 | 32 |