# HG changeset patch # User yhoogstrate # Date 1463583565 14400 # Node ID 5ca5075b1f49d3f8964fa5f8c080e0a504cdd574 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c-dirty diff -r 000000000000 -r 5ca5075b1f49 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed May 18 10:59:25 2016 -0400 @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/3cce35ab2265caf186c492764afb5a71ae55d80d.tar.gz + + + + + + + + + + + + + + + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . && + make && + make check && + make install + + + + + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + export PYTHONPATH="$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python" && + cd scripts/energy-estimation-utility && + python setup.py install --home "$INSTALL_DIR" --install-scripts "$INSTALL_DIR/bin" + + + + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + $INSTALL_DIR/share/segmentation-fold/segments.xml + + + + + Installation of segmentation-fold requires: + - libboost (via toolshed) + - CMake (via toolshed) + - Python (for energy utils) (via toolshed) + - c++11 compliant compiler: g++ or clang + + +