# HG changeset patch # User yhoogstrate # Date 1456930013 18000 # Node ID c8495f2ee9bdbc2a8653b25a30674525989b0c48 # Parent 34af794144dc84872dd5a4677afcd9ac3432c78f planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3d4c8888c2257e2c01255ea4141fe96bcf6960df-dirty diff -r 34af794144dc -r c8495f2ee9bd tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 02 05:30:54 2016 -0500 +++ b/tool_dependencies.xml Wed Mar 02 09:46:53 2016 -0500 @@ -8,6 +8,10 @@ + + + + @@ -32,9 +36,25 @@ make install + + + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && + python ./scripts/energy-estimation-utility/setup.py + --home $INSTALL_DIR + --install-scripts $INSTALL_DIR/bin + + - $INSTALL_DIR/bin - $INSTALL_DIR/share/segmentation-fold/segments.xml + $INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python + $INSTALL_DIR/bin + $INSTALL_DIR/share/segmentation-fold/segments.xml @@ -43,6 +63,7 @@ - libboost (via toolshed) - CMake (via toolshed) - c++11 compliant compiler: g++ or clang + - Python (for energy utils)