changeset 3:60f5061f5116 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:14:35 -0500
parents c8495f2ee9bd
children 1731dc91e24f
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                 <action type="make_directory">$INSTALL_DIR/lib64/python</action>
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python  &amp;&amp;
-                    python ./scripts/energy-estimation-utility/setup.py
-                        --home $INSTALL_DIR
-                        --install-scripts $INSTALL_DIR/bin
+                    cd scripts/energy-estimation-utility                                             &amp;&amp;
+                    python setup.py --home "$INSTALL_DIR" --install-scripts "$INSTALL_DIR/bin"
                 </action>
                 
                 <action type="set_environment">