diff 0.3.0/modules/megahit/assemble/main.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/modules/megahit/assemble/main.nf	Mon Jul 25 12:57:06 2022 -0400
+++ b/0.3.0/modules/megahit/assemble/main.nf	Fri Jul 29 11:11:07 2022 -0400
@@ -1,6 +1,6 @@
 process MEGAHIT_ASSEMBLE {
     tag "$meta.id"
-    label 'process_high'
+    label 'process_higher'
 
     module (params.enable_module ? "${params.swmodulepath}${params.fs}megahit${params.fs}1.2.9" : null)
     conda (params.enable_conda ? "bioconda::megahit=1.2.9" : null)
@@ -54,4 +54,4 @@
         END_VERSIONS
         """
     }
-}
\ No newline at end of file
+}