| Previous changeset 5:d9762448b921 (2013-05-09) Next changeset 7:51751b0b1013 (2013-05-10) |
|
Commit message:
Uploaded v0.0.5, take 6, must decompress the tar ball. |
|
modified:
tools/clinod/tool_dependencies.xml |
| b |
| diff -r d9762448b921 -r 20e44218fa63 tools/clinod/tool_dependencies.xml --- a/tools/clinod/tool_dependencies.xml Thu May 09 12:32:42 2013 -0400 +++ b/tools/clinod/tool_dependencies.xml Thu May 09 12:34:26 2013 -0400 |
| b |
| @@ -8,7 +8,7 @@ <environment_variable name="CLINOD" action="set_to">$INSTALL_DIR</environment_variable> </action> <!-- clinod requires the SNNS Batch Interpreter v1.0 executable --> - <action type="shell_command">wget http://www.ra.cs.uni-tuebingen.de/downloads/SNNS/SNNSv4.3.tar.gz</action> + <action type="download_by_url">wget http://www.ra.cs.uni-tuebingen.de/downloads/SNNS/SNNSv4.3.tar.gz</action> <action type="move_file"><source>tools/bin/x86_64-pc-unknown-linux-gnuoldld/batchman</source><destination>$INSTALL_DIR/</destination></action> <!-- clinod itself is just a JAR file --> <action type="shell_command">wget http://www.compbio.dundee.ac.uk/nod/downloads/clinod-1.3.jar</action> |