mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
seacr | updated trailing whitespace
This commit is contained in:
parent
9c00d1722c
commit
37840b3855
1 changed files with 3 additions and 3 deletions
|
@ -19,10 +19,10 @@ process SEACR_CALLPEAK {
|
||||||
} else {
|
} else {
|
||||||
container 'quay.io/biocontainers/mulled-v2-03bfeb32fe80910c231f630d4262b83677c8c0f4:5bb5ed4307a8187a7f34730b00431de93688fa59-0'
|
container 'quay.io/biocontainers/mulled-v2-03bfeb32fe80910c231f630d4262b83677c8c0f4:5bb5ed4307a8187a7f34730b00431de93688fa59-0'
|
||||||
}
|
}
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(bedgraph), path(ctrlbedgraph)
|
tuple val(meta), path(bedgraph), path(ctrlbedgraph)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.bed"), emit: bed
|
tuple val(meta), path("*.bed"), emit: bed
|
||||||
path "*.version.txt" , emit: version
|
path "*.version.txt" , emit: version
|
||||||
|
@ -39,4 +39,4 @@ process SEACR_CALLPEAK {
|
||||||
|
|
||||||
echo $VERSION > ${software}.version.txt
|
echo $VERSION > ${software}.version.txt
|
||||||
"""
|
"""
|
||||||
}
|
}
|
Loading…
Reference in a new issue