Update software/bedtools/complement/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
sruthipsuresh 2021-02-01 19:23:32 -06:00 committed by sruthipsuresh
parent 93f640154a
commit bf2703f396

View file

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