# HG changeset patch # User modencode-dcc # Date 1358966318 18000 # Node ID 3c1f5b892b2b1d4801f5fb69fad843c434e024c7 Uploaded diff -r 000000000000 -r 3c1f5b892b2b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jan 23 13:38:38 2013 -0500 @@ -0,0 +1,36 @@ + + + + + + + http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2 + tar -xvf Python-2.7.3.tar.bz2 + cd Python-2.7.3 + ./configure + make -j + sudo make install + sudo chmod ag+w /usr/local/lib/python2.7/site-packages + sudo chmod ag+wx /usr/local/bin + + + https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs2/macs2pkg.tar?raw=true + + bin + $INSTALL_DIR/bin + + + lib + $INSTALL_DIR/lib + + + $INSTALL_DIR/bin + $INSTALL_DIR/lib/python2.7/site-packages + + + + Macs2 depends on having python2.7 installed on all nodes of the work cluster + +