From ec911711521548e206a364177ca89bdc0059750f Mon Sep 17 00:00:00 2001 From: sruthipsuresh Date: Mon, 21 Dec 2020 19:53:03 -0600 Subject: [PATCH] Corrected naming to ensure test checks work --- tests/software/phantompeakqualtools/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/software/phantompeakqualtools/main.nf b/tests/software/phantompeakqualtools/main.nf index 25618914..e7169d80 100644 --- a/tests/software/phantompeakqualtools/main.nf +++ b/tests/software/phantompeakqualtools/main.nf @@ -2,7 +2,7 @@ nextflow.enable.dsl = 2 -include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/main.nf' addParams(options: [publish_dir: 'test_phantompeakqualtools']) +include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/main.nf' addParams( options: [:] ) workflow test_phantompeakqualtools { def input = []