From d2ea5cf17cebf708c495cfe2feb7f26890b4c3d0 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Mon, 8 Jan 2024 14:21:48 +0000 Subject: [PATCH] Be more explicit with pipeline tests --- tests/main.nf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.nf.test b/tests/main.nf.test index f9ad32e2..c52e98a8 100644 --- a/tests/main.nf.test +++ b/tests/main.nf.test @@ -2,7 +2,6 @@ nextflow_pipeline { name "Test pipeline" script "../main.nf" - config "../conf/test.config" tag "pipeline" tag "pipeline_fetchngs" @@ -11,6 +10,7 @@ nextflow_pipeline { when { params { outdir = "$outputDir" + input = 'https://raw.githubusercontent.com/nf-core/test-datasets/2732b911c57e607fa7aea5ba0c3d91b25bafb662/testdata/v1.12.0/sra_ids_test.csv' } }