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

Changeset 2:3a04bc15a251 (2020-02-14)
Previous changeset 1:d2acd8d86e55 (2020-02-13) Next changeset 3:a96a307afb40 (2020-02-16)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
modified:
macros.xml
b
diff -r d2acd8d86e55 -r 3a04bc15a251 macros.xml
--- a/macros.xml Thu Feb 13 15:03:03 2020 -0500
+++ b/macros.xml Fri Feb 14 16:46:23 2020 -0500
[
@@ -80,6 +80,7 @@
             <yield/>
         </requirements>
     </xml>
+    <token name="@HYPHYMPI@">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>