Mercurial > repos > iuc > hyphy_gard
diff macros.xml @ 8:aa8cc71438cf 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:13:54 -0400 |
parents | c96eee4ebe63 |
children | 03f1b4c09330 |
line wrap: on
line diff
--- a/macros.xml Thu Mar 19 10:14:06 2020 -0400 +++ b/macros.xml Fri Mar 27 13:13:54 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` &&