mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
review-correction | Variable name change
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
58d345fe81
commit
cdd50fdf7d
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ process umitools_dedup {
|
||||||
|
|
||||||
// Init
|
// Init
|
||||||
internal_prog = "umi_tools dedup"
|
internal_prog = "umi_tools dedup"
|
||||||
internal_args = "--log=${sample_id}.dedup.log"
|
args = "--log=${sample_id}.dedup.log"
|
||||||
|
|
||||||
// Check main args string exists and strip whitespace
|
// Check main args string exists and strip whitespace
|
||||||
if(params.umitools_dedup_args) {
|
if(params.umitools_dedup_args) {
|
||||||
|
@ -44,4 +44,4 @@ process umitools_dedup {
|
||||||
"""
|
"""
|
||||||
${internal_cl}
|
${internal_cl}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue