Mercurial > repos > yhoogstrate > package_fuma_2_11_3
comparison tool_dependencies.xml @ 0:58d6b3e8bf1c draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
| author | yhoogstrate |
|---|---|
| date | Mon, 08 Feb 2016 04:55:36 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:58d6b3e8bf1c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="python" version="2.7"> | |
| 4 <repository changeset_revision="8b09fe018cac" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 | |
| 7 <package name="htseq" version="0.6.1"> | |
| 8 <repository changeset_revision="fbb72996807d" name="package_htseq_0_6" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
| 9 </package> | |
| 10 | |
| 11 <package name="fuma" version="2.11.3"> | |
| 12 <install version="1.0"> | |
| 13 <actions> | |
| 14 <action type="download_by_url">https://github.com/yhoogstrate/fuma/archive/v2.11.3.tar.gz</action> | |
| 15 | |
| 16 <action type="set_environment_for_install"> | |
| 17 <repository changeset_revision="8b09fe018cac" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
| 18 <package name="python" version="2.7" /> | |
| 19 </repository> | |
| 20 | |
| 21 <repository changeset_revision="fbb72996807d" name="package_htseq_0_6" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
| 22 <package name="htseq" version="0.6.1" /> | |
| 23 </repository> | |
| 24 </action> | |
| 25 | |
| 26 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 27 <action type="make_directory">$INSTALL_DIR/lib64/python</action> | |
| 28 | |
| 29 <action type="shell_command"> | |
| 30 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && | |
| 31 python setup.py build && | |
| 32 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin | |
| 33 | |
| 34 ## Tests fails because the import of unittest goes wrong: | |
| 35 ## http://stackoverflow.com/questions/26893504/attributeerror-module-object-has-no-attribute-testcase | |
| 36 ## python setup.py test | |
| 37 </action> | |
| 38 | |
| 39 <action type="set_environment"> | |
| 40 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> | |
| 41 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 42 </action> | |
| 43 </actions> | |
| 44 </install> | |
| 45 <readme> | |
| 46 Downloads and installs FuMa. | |
| 47 | |
| 48 Prerequisites: | |
| 49 - git | |
| 50 </readme> | |
| 51 </package> | |
| 52 </tool_dependency> |
