Mercurial > repos > pjbriggs > macs21
diff tool_dependencies.xml @ 2:15889783e759 draft
Fix bugs in tool operation and update dependencies.
author | pjbriggs |
---|---|
date | Thu, 12 Feb 2015 08:29:07 -0500 |
parents | d0986d2be693 |
children | 881a48588832 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jan 29 11:11:21 2015 -0500 +++ b/tool_dependencies.xml Thu Feb 12 08:29:07 2015 -0500 @@ -1,23 +1,60 @@ <?xml version="1.0"?> <tool_dependency> - <package name="python" version="2.7"> - <repository changeset_revision="2c52c900e56a" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <!-- Dependencies from local toolshed + <package name="numpy" version="1.9"> + <repository name="package_numpy_1_9" prior_installation_required="True" owner="pjbriggs" /> + </package> + --> + <!-- Dependencies from main/test toolsheds --> + <package name="numpy" version="1.9"> + <repository changeset_revision="266529386609" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> - <package name="numpy" version="1.8.1"> - <repository changeset_revision="0f9f634dec8a" name="package_numpy_1_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <!-- Subset of UCSC tools --> + <package name="ucsc_tools" 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> + </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> - <action type="set_environment_for_install"> - <repository changeset_revision="2c52c900e56a" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> - <package name="python" version="2.7" /> - </repository> - <repository changeset_revision="0f9f634dec8a" name="package_numpy_1_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> - <package name="numpy" version="1.8.1" /> + <!-- Install environment for local toolshed + <repository name="package_numpy_1_9" owner="pjbriggs"> + <package name="python_numpy" version="1.9" /> </repository> </action> + --> + <!-- Install environment for main & test toolsheds --> + <action type="set_environment_for_install"> + <repository changeset_revision="266529386609" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="numpy" version="1.9" /> + </repository> + </action> + --> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&