mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00: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 {
|
||||
container 'quay.io/biocontainers/mulled-v2-03bfeb32fe80910c231f630d4262b83677c8c0f4:5bb5ed4307a8187a7f34730b00431de93688fa59-0'
|
||||
}
|
||||
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bedgraph), path(ctrlbedgraph)
|
||||
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.bed"), emit: bed
|
||||
path "*.version.txt" , emit: version
|
||||
|
@ -39,4 +39,4 @@ process SEACR_CALLPEAK {
|
|||
|
||||
echo $VERSION > ${software}.version.txt
|
||||
"""
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue