Mercurial > repos > modencode-dcc > macs2
comparison tool_dependencies.xml @ 10:4afdad2bc8bb draft
Uploaded
author | modencode-dcc |
---|---|
date | Wed, 23 Jan 2013 15:51:41 -0500 |
parents | 182d7de06f81 |
children | a6610485b429 |
comparison
equal
deleted
inserted
replaced
9:182d7de06f81 | 10:4afdad2bc8bb |
---|---|
12 <action type="shell_command">sudo -n make install</action> | 12 <action type="shell_command">sudo -n make install</action> |
13 <action type="shell_command">sudo -n chmod ag+w /usr/local/lib/python2.7/site-packages</action> | 13 <action type="shell_command">sudo -n chmod ag+w /usr/local/lib/python2.7/site-packages</action> |
14 <action type="shell_command">sudo -n chmod ag+wx /usr/local/bin</action> | 14 <action type="shell_command">sudo -n chmod ag+wx /usr/local/bin</action> |
15 </actions>--> | 15 </actions>--> |
16 <actions> | 16 <actions> |
17 <action type="download_by_url">git clone git://github.com/numpy/numpy.git</action> | 17 <action type="shell_command">git clone git://github.com/numpy/numpy.git</action> |
18 <action type="shell_command">python setup.py build</action> | 18 <action type="shell_command">sudo -n python setup.py build</action> |
19 <action type="shell_command">python setup.py install</action> | 19 <action type="shell_command">sudo -n python setup.py install</action> |
20 </actions> | 20 </actions> |
21 <actions> | 21 <actions> |
22 <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs2/macs2pkg.tar?raw=true</action> | 22 <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs2/macs2pkg.tar?raw=true</action> |
23 <action type="move_directory_files"> | 23 <action type="move_directory_files"> |
24 <source_directory>bin</source_directory> | 24 <source_directory>bin</source_directory> |