From 5eb9ccf229f230185b15498351eb5e2856081d5a Mon Sep 17 00:00:00 2001 From: Ryan Seaman Date: Thu, 19 Sep 2024 17:11:12 +0000 Subject: [PATCH] Test profile update --- conf/test.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/test.config b/conf/test.config index 809db11..70de1ef 100644 --- a/conf/test.config +++ b/conf/test.config @@ -33,7 +33,7 @@ params { pcMax = null - integration_method = Harmony + integration_method = "Harmony" resolutions = "0.05,0.1,0.3,0.5,0.7,0.9,1.2,1.5" @@ -48,6 +48,6 @@ params { // 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 = "${projectDir}/assets/samplesheet.csv" + sample_sheet = "${projectDir}/assets/samplesheet.csv" }