Previous changeset 4:1b62167f7ab2 (2020-02-16) Next changeset 6:4eba0baf0278 (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 1b62167f7ab2 -r 2442e8b5e363 macros.xml --- a/macros.xml Sun Feb 16 00:03:50 2020 -0500 +++ b/macros.xml Mon Feb 17 14:54:30 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> |