diff maker.xml @ 6:b7ad44afd7b0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 6ba137e32243a6de1fb83a7d4b88f9283db5dd01"
author iuc
date Tue, 05 Jan 2021 08:59:28 +0000
parents e06aa22b2e64
children 10e2edf1e1fb
line wrap: on
line diff
--- a/maker.xml	Mon Dec 28 23:17:34 2020 +0000
+++ b/maker.xml	Tue Jan 05 08:59:28 2021 +0000
@@ -39,9 +39,9 @@
             export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
         #end if
 
-        MPI_CMD="mpiexec -n \${GALAXY_SLOTS:-4}" &&
-        if [ "\$MAKER_NO_MPI" != "1" ]; then
-            MPI_CMD="";
+        MPI_CMD="" &&
+        if [ "\$MAKER_MPI" == "1" ]; then
+            MPI_CMD="mpiexec -n \${GALAXY_SLOTS:-4}";
         fi &&
 
         \${MPI_CMD} maker --ignore_nfs_tmp maker_opts.ctl maker_bopts.ctl maker_exe.ctl < /dev/null