Mercurial > repos > yhoogstrate > package_segmentation_fold_1_6_2
changeset 4:1731dc91e24f draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3d4c8888c2257e2c01255ea4141fe96bcf6960df-dirty
author | yhoogstrate |
---|---|
date | Wed, 02 Mar 2016 10:15:01 -0500 |
parents | 60f5061f5116 |
children | 533fa0d89db0 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Mar 02 10:14:35 2016 -0500 +++ b/tool_dependencies.xml Wed Mar 02 10:15:01 2016 -0500 @@ -45,8 +45,8 @@ <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="make_directory">$INSTALL_DIR/lib64/python</action> <action type="shell_command"> - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && - cd scripts/energy-estimation-utility && + export PYTHONPATH="$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python" && + cd scripts/energy-estimation-utility && python setup.py --home "$INSTALL_DIR" --install-scripts "$INSTALL_DIR/bin" </action>