changeset 2:edb0eb8d8921 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/packages/package_mira_4_9_5 commit 5119676eacf458914b8ae266fad36f8f4771bd9b
author peterjc
date Wed, 02 Sep 2015 06:47:20 -0400
parents c78bf8ce02e2
children 4eaac2545faa
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Aug 27 11:45:14 2015 -0400
+++ b/tool_dependencies.xml	Wed Sep 02 06:47:20 2015 -0400
@@ -34,8 +34,9 @@
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
                 </action>
+                <!-- Wrapper requires trailing slash on $MIRA4_9 so make sure there is one (double trailing slash is harmless) -->
                 <action type="set_environment">
-                    <environment_variable action="set_to" name="MIRA4_9">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="MIRA4_9">$INSTALL_DIR/</environment_variable>
                 </action>
             </actions_group>
         </install>