Mercurial > repos > modencode-dcc > macs2
changeset 10:4afdad2bc8bb draft
Uploaded
author | modencode-dcc |
---|---|
date | Wed, 23 Jan 2013 15:51:41 -0500 |
parents | 182d7de06f81 |
children | a6610485b429 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 23 15:45:40 2013 -0500 +++ b/tool_dependencies.xml Wed Jan 23 15:51:41 2013 -0500 @@ -14,9 +14,9 @@ <action type="shell_command">sudo -n chmod ag+wx /usr/local/bin</action> </actions>--> <actions> - <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> + <action type="shell_command">git clone git://github.com/numpy/numpy.git</action> + <action type="shell_command">sudo -n python setup.py build</action> + <action type="shell_command">sudo -n python setup.py install</action> </actions> <actions> <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs2/macs2pkg.tar?raw=true</action>