Mercurial > repos > pjbriggs > macs21
view tool_dependencies.xml @ 15:227f28b0b44c draft
Uploaded
author | pjbriggs |
---|---|
date | Mon, 15 Jun 2015 08:30:02 -0400 |
parents | 8565787129c9 |
children | 062311890289 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <!-- Dependencies from main/test toolsheds --> <package name="numpy" version="1.9"> <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="R" version="3.1.2"> <repository changeset_revision="41f43a2064ba" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <!-- Subset of UCSC tools --> <package name="ucsc_tools_for_macs21" version="1.0"> <install version="1.0"> <actions> <!-- fetchChromSizes --> <action type="download_binary"> <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/fetchChromSizes</url_template> </action> <action type="chmod"> <file mode="755">$INSTALL_DIR/fetchChromSizes</file> </action> <!-- bedClip --> <action type="download_binary"> <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedClip</url_template> </action> <action type="chmod"> <file mode="755">$INSTALL_DIR/bedClip</file> </action> <!-- bedGraphToBigWig --> <action type="download_binary"> <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig</url_template> </action> <action type="chmod"> <file mode="755">$INSTALL_DIR/bedGraphToBigWig</file> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> </action> </actions> </install> </package> <!-- MACS 2.1.0 --> <package name="macs2" version="2.1.0.20140616"> <install version="1.0"> <actions> <action type="download_by_url">https://pypi.python.org/packages/source/M/MACS2/MACS2-2.1.0.20140616.tar.gz</action> <!-- Install environment for main & test toolsheds --> <action type="set_environment_for_install"> <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="numpy" version="1.9" /> </repository> </action> <action type="set_environment_for_install"> <repository changeset_revision="4778b172b895" name="package_atlas_3_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="atlas" version="3.10.2" /> </repository> </action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command"> echo PWD is: ; pwd ; echo PYTHONPATH is $PYTHONPATH ; python -c "import numpy" ; echo About to do the operations: ; export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme>Macs2.1 depends on having python2.7 and numpy 1.8 installed on all nodes of the work cluster</readme> </package> </tool_dependency>