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:20 -06:00 committed by sruthipsuresh
parent ced2458d78
commit 93f640154a

View file

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