Skip to content

Commit 8f704a5

Browse files
committed
Remove errant no read-groups arg
1 parent 7ab993a commit 8f704a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

conf/modules.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ process {
5252
params.min_coverage_depth ? "--min-depth ${params.min_coverage_depth}" : '',
5353
params.allow_mismatched_primers ? "--allow-mismatched-primers" : "",
5454
params.multiline_fasta ? "" : "--linearise-fasta",
55-
"--no-read-groups",
5655
].join(' ').trim()
5756
publishDir = [
5857
path: { "${params.outdir}/${meta.id}" },

0 commit comments

Comments
 (0)