# HG changeset patch # User yhoogstrate # Date 1449130906 18000 # Node ID 2c69127ea0cd1377002fb7acf0b15e69929b4a11 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4f43c60fd8d3827382fa55c7b6174fa925d7f8e7 diff -r 000000000000 -r 2c69127ea0cd tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Dec 03 03:21:46 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 + + +