luslab-umitools | Changed from shell to script inline with best practice

This commit is contained in:
Chris Cheshire 2020-06-26 08:19:54 +01:00
parent 723279c25e
commit 16c9c12eee

View file

@ -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"