# HG changeset patch # User yhoogstrate # Date 1454925336 18000 # Node ID 58d6b3e8bf1c4eb6bf0dddecda331e38952a73b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty diff -r 000000000000 -r 58d6b3e8bf1c tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Feb 08 04:55:36 2016 -0500 @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/fuma/archive/v2.11.3.tar.gz + + + + + + + + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + + 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 + + ## Tests fails because the import of unittest goes wrong: + ## http://stackoverflow.com/questions/26893504/attributeerror-module-object-has-no-attribute-testcase + ## python setup.py test + + + + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + + + + + Downloads and installs FuMa. + + Prerequisites: + - git + + +