Mercurial > repos > rdvelazquez > hyphy_fubar
diff macros.xml @ 7:b19b7712ab0a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6da8a2296bb256e47852690cf2221a7c943d8adc\n'-dirty
| author | rdvelazquez |
|---|---|
| date | Tue, 04 Dec 2018 10:38:21 -0500 |
| parents | c21335f5d583 |
| children | 55dd19bffb00 |
line wrap: on
line diff
--- a/macros.xml Mon Dec 03 15:00:30 2018 -0500 +++ b/macros.xml Tue Dec 04 10:38:21 2018 -0500 @@ -18,4 +18,8 @@ export HYPHY_PATH=`dirname \$HYPHY` && export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` && cat tool_params | HYPHYMP LIBPATH=\$HYPHY_LIB ]]></token> + <token name="@HYPHYMPI_INVOCATION@"><![CDATA[export HYPHYMPI=`which HYPHYMPI` && +export HYPHYMPI_PATH=`dirname \$HYPHYMPI` && +export HYPHYMPI_LIB=`readlink -f \$HYPHYMPI_PATH/../lib/hyphy` && +cat tool_params | mpirun -np \${GALAXY_SLOTS:-1} HYPHYMPI LIBPATH=\$HYPHYMPI_LIB ]]></token> </macros>
