Repository 'maker'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/maker

Changeset 3:96ac930d84fa (2019-05-06)
Previous changeset 2:d3a2072d8745 (2019-05-03) Next changeset 4:5e96efe6e6c6 (2019-10-10)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit df4df9980131dcfb7b77de9e625407926fb4d016
modified:
maker.xml
b
diff -r d3a2072d8745 -r 96ac930d84fa maker.xml
--- a/maker.xml Fri May 03 07:50:54 2019 -0400
+++ b/maker.xml Mon May 06 10:06:04 2019 -0400
b
@@ -35,7 +35,7 @@
             export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
         #end if
 
-        mpiexec -n \${GALAXY_SLOTS:-4} maker maker_opts.ctl maker_bopts.ctl maker_exe.ctl < /dev/null
+        mpiexec -n \${GALAXY_SLOTS:-4} maker --ignore_nfs_tmp maker_opts.ctl maker_bopts.ctl maker_exe.ctl < /dev/null
 
         &&