# HG changeset patch # User yhoogstrate # Date 1458129869 14400 # Node ID b17419f5c8c8e5b5d84af6f84591ca690ddd85cc planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 071a56796af75a1ae3ddc9bced9b345039d0ef94 diff -r 000000000000 -r b17419f5c8c8 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Mar 16 08:04:29 2016 -0400 @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/fuma/archive/v2.12.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 (FusionMatcher). + + +