# HG changeset patch # User yhoogstrate # Date 1470214448 14400 # Node ID cb5aabdbde26c85648c49057dcc6c90554a4afd0 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b97b90c692604239ed6e9423655c6c5d05798b32-dirty diff -r 000000000000 -r cb5aabdbde26 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Aug 03 04:54:08 2016 -0400 @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/255bf69475b5249a6550d8f694cacc989bca3c6.tar.gz + + + + + + + + + + + + + + + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . && + make && + make check && + make install + + + + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + $INSTALL_DIR/share/segmentation-fold/segments.xml + + + + + Installation of segmentation-fold requires: + - libboost (via toolshed) + - CMake (via toolshed) + - c++11 compliant compiler: g++ or clang + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/255bf69475b5249a6550d8f694cacc989bca3c6.tar.gz + + + + + + + + + + + + + + + + + + + + + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + export PYTHONPATH="$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python" && + cd scripts/energy-estimation-utility && + python setup.py install --home "$INSTALL_DIR" --install-scripts "$INSTALL_DIR/bin" + + + + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + + + + + Installation of segmentation-fold-utils requires: + - Python (via toolshed) + - numpy (via toolshed) + - pysam (via toolshed) + + +