# HG changeset patch # User yhoogstrate # Date 1444400568 14400 # Node ID 48783f7113689fe1aa800e61b5398b4b2be9e49b planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2 diff -r 000000000000 -r 48783f711368 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Oct 09 10:22:48 2015 -0400 @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + + git clone https://github.com/yhoogstrate/fuma.git fuma && + cd fuma && + git reset --hard 8bead7a4d4ce8bdf4b6fd64df0c474b003768697 && + + 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 && + 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 + + +