# HG changeset patch # User yhoogstrate # Date 1433155495 14400 # Node ID d728db4c0214c74c8952c27b561a97773a86a3aa 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 d728db4c0214 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 01 06:44:55 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 + + +