Mercurial > repos > iuc > hyphy_slac
diff macros.xml @ 9:0b4ee5db66ca draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 751182d5067ac8378199058d9152ebfcaeb4c4b5"
author | iuc |
---|---|
date | Fri, 27 Mar 2020 13:18:25 -0400 |
parents | 36a50b938d70 |
children | 5856faafe469 |
line wrap: on
line diff
--- a/macros.xml Thu Mar 19 10:16:44 2020 -0400 +++ b/macros.xml Fri Mar 27 13:18:25 2020 -0400 @@ -106,7 +106,7 @@ <yield/> </citations> </xml> - <token name="@VERSION@">2.5.7</token> + <token name="@VERSION@">2.5.8</token> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">hyphy</requirement> @@ -114,6 +114,13 @@ </requirements> </xml> <token name="@HYPHYMPI@">\${GALAXY_MPIRUN:-mpirun -np \${GALAXY_SLOTS:-1}} HYPHYMPI</token> + <token name="@CATCH_MPIERR@"><![CDATA[ + EC=\$? ; + if [ \$EC -ne 0 ] ; then + cat errors.log.mpinode0 >&2 ; + fi ; + exit \$EC + ]]></token> <token name="@HYPHY_ENVIRONMENT@"><![CDATA[ export HYPHY=`which hyphy` && export HYPHY_PATH=`dirname \$HYPHY` &&