mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
luslab-umitools | Changed from shell to script inline with best practice
This commit is contained in:
parent
723279c25e
commit
16c9c12eee
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ process umitools_dedup {
|
|||
tuple val(sample_id), path("*.dedup.bam"), emit: dedupBam
|
||||
path "*.dedup.log", emit: report
|
||||
|
||||
shell:
|
||||
script:
|
||||
|
||||
// Init
|
||||
internal_prog = "umi_tools dedup"
|
||||
|
|
Loading…
Reference in a new issue