Mercurial > repos > yhoogstrate > package_nose_1_3_7
changeset 0:e0d81eee3c51 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 290b453ad2abdb65322ec2e50889aaf2b03bb095
author | yhoogstrate |
---|---|
date | Fri, 28 Aug 2015 03:43:09 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 28 03:43:09 2015 -0400 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="python" version="2.7"> + <repository changeset_revision="5caf592bb259" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="nose" version="1.3.7"> + <install version="1.0"> + <actions> + <action type="setup_python_environment"> + <repository changeset_revision="5caf592bb259" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="python" version="2.7" /> + </repository> + <package sha256sum="f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98">https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz</package> + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme /> + </package> +</tool_dependency>