diff tools/nlstradamus/tool_dependencies.xml @ 5:e8f15b0136cd draft default tip

v0.0.11 dependency packaging update
author peterjc
date Wed, 01 Feb 2017 09:16:28 -0500
parents 1458e60f3fd0
children
line wrap: on
line diff
--- a/tools/nlstradamus/tool_dependencies.xml	Wed Aug 05 12:23:05 2015 -0400
+++ b/tools/nlstradamus/tool_dependencies.xml	Wed Feb 01 09:16:28 2017 -0500
@@ -3,7 +3,8 @@
     <package name="NLStradamus" version="1.8">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/NLStradamus.1.8.tar.gz</action>
+                <!-- Original URL http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/NLStradamus.1.8.tar.gz -->
+                <action type="download_by_url" sha256sum="73ef3a77c6c1132f213d44bc2a48a8182e652b01b8cd83d06b30832a682ec0d0" target_filename="NLStradamus.1.8.tar.gz">https://depot.galaxyproject.org/software/NLStradamus/NLStradamus_1.8_src_all.tar.gz</action>
                 <!-- Although v1.7 used a subfolder in the tar-ball, v1.8 did not -->
                 <action type="shell_command">g++ NLStradamus.cpp -o NLStradamus -O3</action>
                 <action type="move_file"><source>NLStradamus</source><destination>$INSTALL_DIR/</destination></action>