Mercurial > repos > yhoogstrate > package_fuma_2_10_0
changeset 0:413136585b57 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit e8e0abe32bba840f9a46a9f73ee0f1739de54f33-dirty
| author | yhoogstrate |
|---|---|
| date | Fri, 09 Oct 2015 09:06:44 -0400 |
| parents | |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 54 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Oct 09 09:06:44 2015 -0400 @@ -0,0 +1,54 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="python" version="2.7"> + <repository changeset_revision="65e30d06b1c2" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + + <package name="htseq" version="0.6.1"> + <repository changeset_revision="0d05080e2809" name="package_htseq_0_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + + <package name="fuma" version="2.10.0"> + <install version="1.0"> + <actions> + <action type="set_environment_for_install"> + <repository changeset_revision="65e30d06b1c2" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="python" version="2.7" /> + </repository> + + <repository changeset_revision="0d05080e2809" name="package_htseq_0_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="htseq" version="0.6.1" /> + </repository> + </action> + + <action type="make_directory">$INSTALL_DIR/lib/python</action> + <action type="make_directory">$INSTALL_DIR/lib64/python</action> + + <action type="shell_command"> + git clone https://github.com/yhoogstrate/fuma.git fuma && + cd fuma && + git reset --hard 8bead7a4d4ce8bdf4b6fd64df0c474b003768697 && + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && + python setup.py build && + python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin && + python setup.py test + </action> + + <action type="set_environment"> + <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + + <environment_variable action="set_to" name="FUMA_PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="set_to" name="FUMA_ROOT_PATH">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + Downloads and installs FuMa. + + Prerequisites: + - git + </readme> + </package> +</tool_dependency>
