# HG changeset patch # User yhoogstrate # Date 1433330808 14400 # Node ID ed2ecda4847d7b6994697667e791ca9a0f58dbe2 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/package_flaimapper_1_2_1 commit 0eac9a776e7bc33275b8ef5e76a4f17b7b5c1259-dirty diff -r 000000000000 -r ed2ecda4847d tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jun 03 07:26:48 2015 -0400 @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + $INSTALL_DIR + $INSTALL_DIR/bin + + + git clone https://github.com/yhoogstrate/flaimapper flaimapper && + cd flaimapper && + git reset --hard d3cc32a10ba3d33fde4cb76e8013a51ec8bdf779 && + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR"/lib/python" && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR"/lib64/python" && + export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH && + export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH"/lib/python" && + export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH"/lib64/python" && + + python setup.py build && + python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin + + + + $INSTALL_DIR:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + + + + + + Downloads and installs FlaiMapper. Prerequisites: + - git + + Because I accidentally included too much large files within + the GitHub repository of FlaiMapper it has become large. + This explains why installation takes a while. + + +