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 86f90e6 commit 0bbdc4dCopy full SHA for 0bbdc4d
tests/nextflow.config
@@ -9,7 +9,7 @@
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/'
11
params.hisat2_build_memory = '3.GB'
12
-outdir = 'results'
+params.outdir = 'results'
13
14
aws.client.anonymous = true // fixes S3 access issues on self-hosted runners
15
0 commit comments