changeset 8:615190f04220 draft

Uploaded
author modencode-dcc
date Wed, 23 Jan 2013 15:39:33 -0500
parents bfe852cef277
children 182d7de06f81
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 23 14:15:46 2013 -0500
+++ b/tool_dependencies.xml	Wed Jan 23 15:39:33 2013 -0500
@@ -5,13 +5,18 @@
     </set_environment>-->
     <package name="macs2" version="2.0.10.2">
         <install version="1.0">           
-            <actions>
+            <!-- <actions>
                 <action type="download_by_url">http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2</action>
                 <action type="shell_command">./configure</action>
                 <action type="shell_command">make -j</action>
                 <action type="shell_command">sudo -n make install</action>
                 <action type="shell_command">sudo -n chmod ag+w /usr/local/lib/python2.7/site-packages</action>
                 <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="shell_command">python setup.py build</action>
+                <action type="shell_command">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>