# HG changeset patch # User yhoogstrate # Date 1445350298 14400 # Node ID bd66bc0860db3298c6725f37d63a2acf58407e66 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2-dirty diff -r 000000000000 -r bd66bc0860db tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 20 10:11:38 2015 -0400 @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/fuma/archive/6b79b9a958212b900dedda0247f84f696f81ec89.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 + + $INSTALL_DIR/bin + $INSTALL_DIR + + + + + Downloads and installs FuMa. + + Prerequisites: + - git + + +