From 8825ed11c67869686001def2ee72410428ad1588 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 18 May 2026 13:43:27 +0200 Subject: [PATCH] Simpler test data path and improve comments in nextflow.config Updated the pipelines_testdata_base_path URL format and adjusted comment placement for clarity. --- nf_core/pipeline-template/tests/nextflow.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nf_core/pipeline-template/tests/nextflow.config b/nf_core/pipeline-template/tests/nextflow.config index f867b22761..37a508dfb2 100644 --- a/nf_core/pipeline-template/tests/nextflow.config +++ b/nf_core/pipeline-template/tests/nextflow.config @@ -8,7 +8,8 @@ // Or any resources requirements params { modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/' - pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/{{ short_name }}/' + pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/{{ short_name }}/' } -aws.client.anonymous = true // fixes S3 access issues on self-hosted runners +// Fixes S3 access issues on self-hosted runners +aws.client.anonymous = true