# HG changeset patch # User yhoogstrate # Date 1448035483 18000 # Node ID f922f018f5073863b247e85e042df10eadbdded1 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 36132cfcfe9203c499b73a2f0eea570c05e07ab8 diff -r 000000000000 -r f922f018f507 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Nov 20 11:04:43 2015 -0500 @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/fuma/archive/4b3432078949523f93e523c501f6ed813ee23d35.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 + + +