From 0b9e32e32d8f7e02c0d2a2eef6a8a2deb607517c Mon Sep 17 00:00:00 2001 From: drpatelh Date: Mon, 8 Feb 2021 22:25:13 +0000 Subject: [PATCH] Remove complement suffix from tests --- tests/software/bedtools/complement/main.nf | 2 +- tests/software/bedtools/complement/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/software/bedtools/complement/main.nf b/tests/software/bedtools/complement/main.nf index 00a8a5dd..d4da2e59 100644 --- a/tests/software/bedtools/complement/main.nf +++ b/tests/software/bedtools/complement/main.nf @@ -2,7 +2,7 @@ nextflow.enable.dsl = 2 -include { BEDTOOLS_COMPLEMENT } from '../../../../software/bedtools/complement/main.nf' addParams( options: [suffix:'.complement'] ) +include { BEDTOOLS_COMPLEMENT } from '../../../../software/bedtools/complement/main.nf' addParams( options: [:] ) workflow test_bedtools_complement { def input = [] diff --git a/tests/software/bedtools/complement/test.yml b/tests/software/bedtools/complement/test.yml index 0a0ecd48..01bafe78 100644 --- a/tests/software/bedtools/complement/test.yml +++ b/tests/software/bedtools/complement/test.yml @@ -4,5 +4,5 @@ - bedtools - bedtools_complement files: - - path: output/bedtools/test.complement.bed + - path: output/bedtools/test.bed md5sum: 55a43973abb1a08ac57290ff44f6c502