# HG changeset patch # User yhoogstrate # Date 1456760555 18000 # Node ID 5b89079b53e258ae96da1343f4b11074c3b156fa planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty diff -r 000000000000 -r 5b89079b53e2 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Feb 29 10:42:35 2016 -0500 @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/v1.6.0.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: + - libboost (via toolshed) + - CMake (via toolshed) + - c++11 compiler: g++ or clang + + +