Repository 'hyphy_sm19'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/hyphy_sm19

Changeset 4:c60fcdf8f01e (2020-02-17)
Previous changeset 3:a96a307afb40 (2020-02-16) Next changeset 5:5f1830cb9135 (2020-02-20)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e31ca8967662206fc17d608efea398502569437a"
modified:
macros.xml
b
diff -r a96a307afb40 -r c60fcdf8f01e macros.xml
--- a/macros.xml Sun Feb 16 00:02:44 2020 -0500
+++ b/macros.xml Mon Feb 17 14:53:22 2020 -0500
[
@@ -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>