# HG changeset patch # User yhoogstrate # Date 1456931675 18000 # Node ID 60f5061f51163f5db60ab237926d1590a494e44d # Parent c8495f2ee9bdbc2a8653b25a30674525989b0c48 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3d4c8888c2257e2c01255ea4141fe96bcf6960df-dirty diff -r c8495f2ee9bd -r 60f5061f5116 tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 02 09:46:53 2016 -0500 +++ b/tool_dependencies.xml Wed Mar 02 10:14:35 2016 -0500 @@ -46,9 +46,8 @@ $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 + cd scripts/energy-estimation-utility && + python setup.py --home "$INSTALL_DIR" --install-scripts "$INSTALL_DIR/bin"