mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Update software/bedtools/complement/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
93f640154a
commit
bf2703f396
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ process BEDTOOLS_COMPLEMENT {
|
||||||
tuple val(meta), path(beds), path(sizes)
|
tuple val(meta), path(beds), path(sizes)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.complement.bed"), emit: complement
|
tuple val(meta), path("*.complement.bed"), emit: complement
|
||||||
path "*.version.txt", emit: version
|
path "*.version.txt" , emit: version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
def software = getSoftwareName(task.process)
|
def software = getSoftwareName(task.process)
|
||||||
|
|
Loading…
Reference in a new issue