mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
review-correction | Variable name change
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
cdd50fdf7d
commit
fc8bc4675d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ process umitools_dedup {
|
|||
}
|
||||
|
||||
// Contruct CL line
|
||||
internal_cl = "${internal_prog} ${internal_args} -I $bam -S ${sample_id}.dedup.bam --output-stats=${sample_id}"
|
||||
command = "${internal_prog} ${internal_args} -I $bam -S ${sample_id}.dedup.bam --output-stats=${sample_id}"
|
||||
|
||||
// Log
|
||||
if (params.verbose){
|
||||
|
|
Loading…
Reference in a new issue