diff mummer.xml @ 3:4066407ccf6f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 7ea9a5c6d9e7212c38be96baa6615af1ea9d5a8e"
author iuc
date Tue, 13 Oct 2020 21:33:26 +0000
parents e03e870e785b
children 97963d40235d
line wrap: on
line diff
--- a/mummer.xml	Fri Jan 24 20:54:56 2020 +0000
+++ b/mummer.xml	Tue Oct 13 21:33:26 2020 +0000
@@ -17,10 +17,10 @@
             $print_length
             $substring
             $position
+            -threads \${GALAXY_SLOTS:-1}
+            -qthreads \${GALAXY_SLOTS:-1}
             #if $options.advanced == 'enable'
                 -k '$options.suffix'
-                -threads '$options.threads'
-                -qthreads '$options.qthreads'
                 -suflink '$options.suflink'
                 -child '$options.child'
                 -skip '$options.skip'
@@ -78,9 +78,6 @@
             </param>
             <when value="enable" >
                 <param name="suffix" type="integer" argument="-k" value="1" label="Suffix" help="Sampled suffix positions. (-k)" />
-                <param name="threads" type="integer" argument="-threads" value="3" label="Threads"
-                    help="Number of threads to use for -maxmatch; only valid if above parameter is greater than one. (-threads)" />
-                <param name="qthreads" type="integer" argument="-qthreads" value="3" label="Qthreads" help="Number of threads to use for queries. (-qthreads)" />
                 <param name="suflink" type="select" label="Suflink" help="Use suffix links in the index and during search? (-suflink)" >
                     <option value="0">No</option>
                     <option value="1">Yes</option>