diff macros.xml @ 9:cce7b18495e4 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:14:17 -0400
parents c5533a61ea60
children 4aad5b48d5b2
line wrap: on
line diff
--- a/macros.xml	Thu Mar 19 10:14:27 2020 -0400
+++ b/macros.xml	Fri Mar 27 13:14:17 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` &&