diff 0.3.0/lib/help/spades.nf @ 97:8d7f482c64de

"planemo upload"
author kkonganti
date Fri, 29 Jul 2022 11:11:07 -0400
parents 295c2597a475
children
line wrap: on
line diff
--- a/0.3.0/lib/help/spades.nf	Mon Jul 25 12:57:06 2022 -0400
+++ b/0.3.0/lib/help/spades.nf	Fri Jul 29 11:11:07 2022 -0400
@@ -8,6 +8,12 @@
 tool.helpparams = [:]
 
     toolspecs = [
+        'spades_run': [
+            clihelp: 'Run SPAdes assembler. Default: ' +
+                (params.spades_run ?: false),
+            cliflag: null,
+            clivalue: null
+        ],
         'spades_isolate': [
             clihelp: 'This flag is highly recommended for high-coverage isolate and ' +
                 "multi-cell data. Defaut: ${params.spades_isolate}",