review-correction | Variable name change

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Chris Cheshire 2020-06-23 09:34:47 +01:00 committed by GitHub
parent 58d345fe81
commit cdd50fdf7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ process umitools_dedup {
// Init
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
if(params.umitools_dedup_args) {
@ -44,4 +44,4 @@ process umitools_dedup {
"""
${internal_cl}
"""
}
}