mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Update software/bedtools/complement/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
ced2458d78
commit
93f640154a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ process BEDTOOLS_COMPLEMENT {
|
|||
}
|
||||
|
||||
input:
|
||||
tuple val(meta), path(beds), path (sizes)
|
||||
tuple val(meta), path(beds), path(sizes)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.complement.bed"), emit: complement
|
||||
|
|
Loading…
Reference in a new issue