# HG changeset patch # User yhoogstrate # Date 1459410203 14400 # Node ID a6b5d3d4825c88bd6725c1894f6a3f28242dc7fd planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit d7ca394c8959cf2a0d9c38fa4de309be99c73280-dirty diff -r 000000000000 -r a6b5d3d4825c tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Mar 31 03:43:23 2016 -0400 @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/v1.6.3.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 + + +