Skip to content

Commit 72cb1ec

Browse files
committed
path fix for test data
1 parent 356e9dd commit 72cb1ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
// TODO nf-core: Specify any additional parameters here
88
// Or any resources requirements
99
params.modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/'
10-
params.pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/lsmquant'
10+
params.pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/lsmquant/'
1111

1212
aws.client.anonymous = true // fixes S3 access issues on self-hosted runners

0 commit comments

Comments
 (0)