We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356e9dd commit 72cb1ecCopy full SHA for 72cb1ec
1 file changed
tests/nextflow.config
@@ -7,6 +7,6 @@
7
// TODO nf-core: Specify any additional parameters here
8
// Or any resources requirements
9
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'
+params.pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/lsmquant/'
11
12
aws.client.anonymous = true // fixes S3 access issues on self-hosted runners
0 commit comments