Mercurial > repos > peterjc > effectivet3
annotate tools/effectiveT3/tool_dependencies.xml @ 16:bc93121586ba draft
planemo upload for https://github.com/peterjc/pico_galaxy/tools/effectiveT3/d3dbd53ff1ef0e33071da5665d1a9ed099230a6f
| author | peterjc |
|---|---|
| date | Tue, 12 May 2015 11:48:16 -0400 |
| parents | 17fbf8b8a554 |
| children | 999776f0aee4 |
| rev | line source |
|---|---|
| 2 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="effectiveT3" version="1.0.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 | 6 <!-- Set environment variable so Python script knows where to look --> |
| 7 <action type="set_environment"> | |
| 8 <environment_variable name="EFFECTIVET3" action="set_to">$INSTALL_DIR</environment_variable> | |
| 9 </action> | |
| 2 | 10 <!-- Main JAR file --> |
| 7 | 11 <action type="shell_command">wget http://effectors.org/download/version/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 | 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 | 15 <!-- Three model JAR files --> |
| 16 <action type="make_directory">$INSTALL_DIR/module</action> | |
| 7 | 17 <action type="shell_command">wget http://effectors.org/download/module/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> |
| 7 | 19 <action type="shell_command">wget http://effectors.org/download/module/TTSS_PLANT-1.0.1.jar</action> |
| 5 | 20 <action type="move_file"><source>TTSS_PLANT-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> |
| 7 | 21 <action type="shell_command">wget http://effectors.org/download/module/TTSS_STD-1.0.1.jar</action> |
| 5 | 22 <action type="move_file"><source>TTSS_STD-1.0.1.jar</source><destination>$INSTALL_DIR/module/</destination></action> |
| 2 | 23 </actions> |
| 24 </install> | |
| 25 <readme> | |
| 26 Downloads effectiveT3 v1.0.1 and the three models from http://effectors.org/ | |
| 27 </readme> | |
| 28 </package> | |
| 29 </tool_dependency> | |
| 30 |
