changeset 2:621925aadc25 draft default tip

planemo upload for repository https://github.com/bxlab/galaxy_tools/packages/package_hifive_1_2 commit 031f802858c1b8e03cdc3dac9fc79b96b21db181
author sauria
date Thu, 11 Feb 2016 10:16:46 -0500
parents d35ef187dd58
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Dec 15 17:05:57 2015 -0500
+++ b/tool_dependencies.xml	Thu Feb 11 10:16:46 2016 -0500
@@ -33,9 +33,10 @@
                 </action>
 
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="make_directory">$INSTALL_DIR/bin</action>
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
-                    python setup.py install --install-lib $INSTALL_DIR/lib/python
+                    python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
                 </action>
 
                 <action type="set_environment">