From 5269c1ec603db85e514862313b45422f96172cf5 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Sun, 7 Feb 2021 20:35:12 +0000 Subject: [PATCH] Update tests/software/bedtools/intersect/main.nf --- tests/software/bedtools/intersect/main.nf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/software/bedtools/intersect/main.nf b/tests/software/bedtools/intersect/main.nf index 565437d4..83635419 100644 --- a/tests/software/bedtools/intersect/main.nf +++ b/tests/software/bedtools/intersect/main.nf @@ -4,7 +4,6 @@ nextflow.enable.dsl = 2 include { BEDTOOLS_INTERSECT } from '../../../../software/bedtools/intersect/main.nf' addParams( options: [:] ) - workflow test_bedtools_intersect { def input = [] input = [ [ id:'test'], @@ -13,4 +12,3 @@ workflow test_bedtools_intersect { BEDTOOLS_INTERSECT( input ) } -