We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab993a commit 8f704a5Copy full SHA for 8f704a5
1 file changed
conf/modules.config
@@ -52,7 +52,6 @@ process {
52
params.min_coverage_depth ? "--min-depth ${params.min_coverage_depth}" : '',
53
params.allow_mismatched_primers ? "--allow-mismatched-primers" : "",
54
params.multiline_fasta ? "" : "--linearise-fasta",
55
- "--no-read-groups",
56
].join(' ').trim()
57
publishDir = [
58
path: { "${params.outdir}/${meta.id}" },
0 commit comments