From 93f640154a2e660d15310ddd80bb8e8c9d18040b Mon Sep 17 00:00:00 2001 From: sruthipsuresh <58604926+sruthipsuresh@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:23:20 -0600 Subject: [PATCH] Update software/bedtools/complement/main.nf Co-authored-by: Harshil Patel --- software/bedtools/complement/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/bedtools/complement/main.nf b/software/bedtools/complement/main.nf index 4f7ac826..1f5c4f52 100644 --- a/software/bedtools/complement/main.nf +++ b/software/bedtools/complement/main.nf @@ -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