changeset 18:25cda644fcb2 draft

Uploaded
author modencode-dcc
date Thu, 24 Jan 2013 11:40:46 -0500
parents 55d9d63236aa
children 0af7f2ea8905
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 23 16:37:34 2013 -0500
+++ b/tool_dependencies.xml	Thu Jan 24 11:40:46 2013 -0500
@@ -6,7 +6,7 @@
     <package name="macs2" version="2.0.10.2">
         <install version="1.0">           
             <!-- <actions>
-                <action type="download_by_url">http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2</action>
+                <action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/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>
@@ -14,12 +14,12 @@
                 <action type="shell_command">sudo -n chmod ag+wx /usr/local/bin</action>
             </actions>-->
             <actions>
-                <action type="download_by_url">http://pypi.python.org/packages/source/n/numpy/numpy-1.3.0.tar.gz#md5=3f7773ff0971a5ebb8591536d8ec7bd6</action>
+                <action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/numpy.tar</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>
+                <action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/macs2pkg.tar</action>
                 <action type="move_directory_files">
                     <source_directory>bin</source_directory>
                     <destination_directory>$INSTALL_DIR/bin</destination_directory>