From 03e2ea3f4b8f480ec472aab0070571802cc4665a Mon Sep 17 00:00:00 2001 From: maxulysse Date: Thu, 20 Apr 2023 18:43:53 +0200 Subject: [PATCH] update test_full profile with new data --- conf/test_full.config | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/conf/test_full.config b/conf/test_full.config index f2f185e8..606c26e0 100644 --- a/conf/test_full.config +++ b/conf/test_full.config @@ -13,12 +13,6 @@ params { config_profile_name = 'Full test profile' config_profile_description = 'Full test dataset to check pipeline function' - input = 'https://raw.githubusercontent.com/nf-core/test-datasets/demultiplex/samplesheet/samplesheet.csv' - demultiplexer = "bclconvert" -} - -process { - withName: BCLCONVERT { - ext.args = "--force --first-tile-only true" - } + input = 'https://raw.githubusercontent.com/nf-core/test-datasets/demultiplex/samplesheet/1.1.0/samplesheet.csv' + demultiplexer = "bcl2fastq" }