# HG changeset patch # User yhoogstrate # Date 1433149785 14400 # Node ID 71c75e0d096682ead4d481ab84dfdc2c5234fd4f planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/package_fuma_2_7_1 commit a88597518f3715c0b22283f6f31757205efcb8d0-dirty diff -r 000000000000 -r 71c75e0d0966 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 01 05:09:45 2015 -0400 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + + git clone https://github.com/yhoogstrate/fuma.git fuma && + cd fuma && + git reset --hard 3d9a0532209d4ad10283cac324788b4fecfd2675 && + + 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 + + + + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + + + + + Downloads and installs FuMa. Prerequisites: + - git + + +