mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08: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)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.complement.bed"), emit: complement
|
||||
path "*.version.txt", emit: version
|
||||
tuple val(meta), path("*.complement.bed"), emit: complement
|
||||
path "*.version.txt" , emit: version
|
||||
|
||||
script:
|
||||
def software = getSoftwareName(task.process)
|
||||
|
|
Loading…
Reference in a new issue