diff macros.xml @ 5:a23d4166575c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e31ca8967662206fc17d608efea398502569437a"
author iuc
date Mon, 17 Feb 2020 19:45:49 +0000
parents 8c79739da199
children 756a2d3b632b
line wrap: on
line diff
--- a/macros.xml	Sun Feb 16 04:55:18 2020 +0000
+++ b/macros.xml	Mon Feb 17 19:45:49 2020 +0000
@@ -80,7 +80,7 @@
             <yield/>
         </requirements>
     </xml>
-    <token name="@HYPHYMPI@">mpirun -np \${GALAXY_SLOTS:-1} HYPHYMPI</token>
+    <token name="@HYPHYMPI@">\${GALAXY_MPIRUN:-mpirun -np \${GALAXY_SLOTS:-1}} HYPHYMPI</token>
     <token name="@HYPHY_ENVIRONMENT@"><![CDATA[export HYPHY=`which hyphy` &&
 export HYPHY_PATH=`dirname \$HYPHY` &&
 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&]]></token>