| Previous changeset 7:51751b0b1013 (2013-05-10) Next changeset 9:c4f503750a44 (2013-05-23) |
|
Commit message:
Uploaded v0.0.5 take 8, fix folder assumption in auto-installation |
|
modified:
tools/clinod/tool_dependencies.xml |
| b |
| diff -r 51751b0b1013 -r 332cfddb8ca7 tools/clinod/tool_dependencies.xml --- a/tools/clinod/tool_dependencies.xml Fri May 10 11:19:14 2013 -0400 +++ b/tools/clinod/tool_dependencies.xml Wed May 22 16:32:30 2013 -0400 |
| b |
| @@ -13,7 +13,9 @@ <action type="move_file"><source>SNNSv4.3/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> + <!-- Don't need to move it, $INSTALL_DIR is the current directory --> <action type="move_file"><source>clinod-1.3.jar</source><destination>$INSTALL_DIR</destination></action> + --> </actions> </install> <readme> |