# HG changeset patch # User yhoogstrate # Date 1469715912 14400 # Node ID f448376f428f5a2993227fd2f1e5790c47d28e63 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty diff -r 000000000000 -r f448376f428f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jul 28 10:25:12 2016 -0400 @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://github.com/yhoogstrate/segmentation-fold/archive/43edf7fd32dc87029e3babe00533b518f8048bd4.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/43edf7fd32dc87029e3babe00533b518f8048bd4.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 && + echo "---------------------------------------------------------------------------" && + head -n 161 segmentation_fold_utils/XMLFile.py | tail -n 11 && + echo "---------------------------------------------------------------------------" && + 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) + + +