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

@ -22,7 +22,7 @@ process BEDTOOLS_COMPLEMENT {
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)