# HG changeset patch # User yhoogstrate # Date 1456833587 18000 # Node ID d5d88390d6cb87f77cd64a756a7e0cdc0974d67b planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4 diff -r 000000000000 -r d5d88390d6cb tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Mar 01 06:59:47 2016 -0500 @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/v1.6.2.tar.gz + + + + + + + + + + + + + + + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . && + make && + make install && + make check + + + + $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 + + +