We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3550414 commit 777c3d2Copy full SHA for 777c3d2
tests/nextflow.config
@@ -7,7 +7,7 @@
7
// TODO nf-core: Specify any additional parameters here
8
// Or any resources requirements
9
params.modules_testdata_base_path = 's3://ngi-igenomes/testdata/nf-core/modules/'
10
-params.pipelines_testdata_base_path = 's3://ngi-igenomes/testdata/nf-core/pipelines/rnaseq/3.15'
+params.pipelines_testdata_base_path = 's3://ngi-igenomes/testdata/nf-core/pipelines/rnaseq/3.15/'
11
params.hisat2_build_memory = '3.GB'
12
13
aws.client.anonymous = true // fixes S3 access issues on self-hosted runners
0 commit comments