From ef3700c7bcee5fa06e21f0ff87cc8f2286f5e913 Mon Sep 17 00:00:00 2001 From: Jim Downie Date: Thu, 28 Nov 2024 14:25:34 +0000 Subject: [PATCH] Update test config --- conf/test.config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/test.config b/conf/test.config index 1b7232a..8befcdd 100644 --- a/conf/test.config +++ b/conf/test.config @@ -23,8 +23,6 @@ params { config_profile_description = 'Minimal test dataset to check pipeline function' // Input data - // TODO nf-core: Specify the paths to your test data on nf-core/test-datasets - // TODO nf-core: Give any required params for the test so that command line flags are not needed - input = 'assets/test_input.yaml' + input = "${baseDir}/assets/test_input.yaml" }