changeset 2:eef263ff9b95 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_galaxy_ops_1_0_0 commit e4cd8f20456b2d4e43184314ae46bb0eb9bb6b53
author devteam
date Thu, 12 Nov 2015 16:17:17 -0500
parents 9cbb20b85c01
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 30 10:53:27 2014 -0400
+++ b/tool_dependencies.xml	Thu Nov 12 16:17:17 2015 -0500
@@ -3,9 +3,11 @@
     <package name="galaxy-ops" version="1.0.0">
         <install version="1.0">
             <actions>
-                <action type="setup_virtualenv">http://depot.galaxyproject.org/package/source/gops-1.0.tgz</action>
+                <action type="download_by_url">http://depot.galaxyproject.org/package/source/gops-1.0-st.tgz</action>
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR</action>
                 <action type="set_environment">
-                    <environment_variable name="GOPS_ROOT_PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
                 </action>
             </actions>
         </install>