changeset 9:182d7de06f81 draft

Uploaded
author modencode-dcc
date Wed, 23 Jan 2013 15:45:40 -0500
parents 615190f04220
children 4afdad2bc8bb
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 23 15:39:33 2013 -0500
+++ b/tool_dependencies.xml	Wed Jan 23 15:45:40 2013 -0500
@@ -14,7 +14,7 @@
                 <action type="shell_command">sudo -n chmod ag+wx /usr/local/bin</action>
             </actions>-->
             <actions>
-                <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs2/numpy.tar.gz?raw=true</action>
+                <action type="download_by_url">git clone git://github.com/numpy/numpy.git</action>
                 <action type="shell_command">python setup.py build</action>
                 <action type="shell_command">python setup.py install</action>
             </actions>