2
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="effectiveT3" version="1.0.1">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
22
|
6 <!-- Main JAR file -->
|
|
7 <action type="download_file">http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_GUI-1.0.1.jar</action>
|
|
8 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR</destination></action>
|
|
9 <!-- Model specific JAR files -->
|
|
10 <action type="make_directory">$INSTALL_DIR/module</action>
|
|
11 <action type="download_file">http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_ANIMAL-1.0.1.jar</action>
|
|
12 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
|
|
13 <action type="download_file">http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_PLANT-1.0.1.jar</action>
|
|
14 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
|
|
15 <action type="download_file">http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-1.0.1.jar</action>
|
|
16 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
|
|
17 <action type="download_file">http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-2.0.2.jar</action>
|
|
18 <action type="move_file"><source>TTSS_STD-2.0.2.jar</source><destination>$INSTALL_DIR/module/</destination></action>
|
|
19 <!-- Make this accessible -->
|
6
|
20 <action type="set_environment">
|
|
21 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable>
|
|
22 </action>
|
2
|
23 </actions>
|
|
24 </install>
|
|
25 <readme>
|
21
|
26 Downloads effectiveT3 v1.0.1 and associated models from http://effectors.org/ aka http://effectors.csb.univie.ac.at/
|
22
|
27
|
|
28 Sets environment variable $EFFECTIVET3 to the directory containing the main JAR file whose subdirectory module/ holds the model JAR files.
|
2
|
29 </readme>
|
|
30 </package>
|
|
31 </tool_dependency>
|
|
32
|