# HG changeset patch # User yhoogstrate # Date 1449048844 18000 # Node ID fba0d6f9dd672e7765e0702508507cdb5849f7d2 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty diff -r 000000000000 -r fba0d6f9dd67 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 02 04:34:04 2015 -0500 @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/206125e2ff26c21bc5e5e4962c6f51e87ac53ad2.tar.gz + + + + + + + + + + + + + + + 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 + + +