annotate tools/effectiveT3/tool_dependencies.xml @ 21:e870c7bf6c5a draft

v0.0.16 tweak comments
author peterjc
date Mon, 21 Sep 2015 05:51:34 -0400
parents 999776f0aee4
children 7e50c54e70e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
1 <?xml version="1.0"?>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
2 <tool_dependency>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
3 <package name="effectiveT3" version="1.0.1">
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
4 <install version="1.0">
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
5 <actions>
6
5644c28cf965 Tweak install script
peterjc
parents: 5
diff changeset
6 <!-- Set environment variable so Python script knows where to look -->
5644c28cf965 Tweak install script
peterjc
parents: 5
diff changeset
7 <action type="set_environment">
5644c28cf965 Tweak install script
peterjc
parents: 5
diff changeset
8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable>
5644c28cf965 Tweak install script
peterjc
parents: 5
diff changeset
9 </action>
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
10 <!-- Main JAR file -->
18
999776f0aee4 v0.0.16, adding new model TTSS-STD-2.0.2.jar
peterjc
parents: 15
diff changeset
11 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_GUI-1.0.1.jar</action>
15
17fbf8b8a554 Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents: 10
diff changeset
12 <!-- If using action type download_file will need to move the file,
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
13 <action type="move_file"><source>TTSS_GUI-1.0.1.jar</source><destination>$INSTALL_DIR/</destination></action>
15
17fbf8b8a554 Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents: 10
diff changeset
14 -->
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
15 <!-- Three model JAR files -->
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
16 <action type="make_directory">$INSTALL_DIR/module</action>
18
999776f0aee4 v0.0.16, adding new model TTSS-STD-2.0.2.jar
peterjc
parents: 15
diff changeset
17 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_ANIMAL-1.0.1.jar</action>
15
17fbf8b8a554 Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents: 10
diff changeset
18 <action type="move_file"><source>TTSS_ANIMAL-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
18
999776f0aee4 v0.0.16, adding new model TTSS-STD-2.0.2.jar
peterjc
parents: 15
diff changeset
19 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_PLANT-1.0.1.jar</action>
5
4567618bebbd Uploaded v0.0.11 take 4, tweaking install script
peterjc
parents: 2
diff changeset
20 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
18
999776f0aee4 v0.0.16, adding new model TTSS-STD-2.0.2.jar
peterjc
parents: 15
diff changeset
21 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-1.0.1.jar</action>
5
4567618bebbd Uploaded v0.0.11 take 4, tweaking install script
peterjc
parents: 2
diff changeset
22 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action>
18
999776f0aee4 v0.0.16, adding new model TTSS-STD-2.0.2.jar
peterjc
parents: 15
diff changeset
23 <action type="shell_command">wget http://effectors.csb.univie.ac.at/sites/eff/files/others/TTSS_STD-2.0.2.jar</action>
999776f0aee4 v0.0.16, adding new model TTSS-STD-2.0.2.jar
peterjc
parents: 15
diff changeset
24 <action type="move_file"><source>TTSS_STD-2.0.2.jar</source><destination>$INSTALL_DIR/module/</destination></action>
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
25 </actions>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
26 </install>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
27 <readme>
21
e870c7bf6c5a v0.0.16 tweak comments
peterjc
parents: 18
diff changeset
28 Downloads effectiveT3 v1.0.1 and associated models from http://effectors.org/ aka http://effectors.csb.univie.ac.at/
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
29 </readme>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
30 </package>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
31 </tool_dependency>
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
32