mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
luslab-umitools | Changed all tabs to 4-space
This commit is contained in:
parent
16c9c12eee
commit
a905c05147
1 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ process umitools_dedup {
|
||||||
container 'luslab/nf-modules-umitools:latest'
|
container 'luslab/nf-modules-umitools:latest'
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(sample_id), path(bai), path(bam)
|
tuple val(sample_id), path(bai), path(bam)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(sample_id), path("*.dedup.bam"), emit: dedupBam
|
tuple val(sample_id), path("*.dedup.bam"), emit: dedupBam
|
||||||
path "*.dedup.log", emit: report
|
path "*.dedup.log", emit: report
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue