# HG changeset patch # User yhoogstrate # Date 1438604847 14400 # Node ID f4fce0d273525bb0cbe80f7dffaf57ae74339901 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36 diff -r 000000000000 -r f4fce0d27352 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Aug 03 08:27:27 2015 -0400 @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + git clone https://github.com/yhoogstrate/segmentation-fold.git + git reset --hard 61db54315e45f2b96a241e319d99b119b26fa072 + + + + + + + + + + + + + + + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . && + make && + make install + + + + $INSTALL_DIR/bin + $INSTALL_DIR/share/segmentation-fold/segments.xml + + + + + Installation of segmentation-fold requires: + - git + - libboost (via toolshed) + - CMake (via toolshed) + - c++11 compiler: g++ or clang + + +