Repository 'clinod'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/peterjc/clinod

Changeset 22:5d45ba77179e (2015-10-13)
Previous changeset 21:6a228bdaed13 (2015-10-13) Next changeset 23:a540da035d5b (2017-02-01)
Commit message:
Tweak install recipe for batchman download v2
modified:
tools/clinod/tool_dependencies.xml
b
diff -r 6a228bdaed13 -r 5d45ba77179e tools/clinod/tool_dependencies.xml
--- a/tools/clinod/tool_dependencies.xml Tue Oct 13 11:50:33 2015 -0400
+++ b/tools/clinod/tool_dependencies.xml Tue Oct 13 11:52:00 2015 -0400
b
@@ -7,7 +7,7 @@
                 <action type="download_file">http://www.compbio.dundee.ac.uk/nod/downloads/clinod-1.3.jar</action>
                 <action type="move_file"><source>clinod-1.3.jar</source><destination>$INSTALL_DIR/</destination></action>
                 <!-- clinod requires the SNNS Batch Interpreter v1.0 executable -->
-                <action type="download_file">wget http://www.ra.cs.uni-tuebingen.de/downloads/SNNS/SNNSv4.3.tar.gz</action>
+                <action type="download_file">http://www.ra.cs.uni-tuebingen.de/downloads/SNNS/SNNSv4.3.tar.gz</action>
                 <action type="shell_command">tar -zxvf SNNSv4.3.tar.gz</action>
                 <action type="move_file"><source>SNNSv4.3/tools/bin/x86_64-pc-unknown-linux-gnuoldld/batchman</source><destination>$INSTALL_DIR/</destination></action>
                 <!-- Set environment variable $CLINOD so wrapper knows where to look -->