Skip to content

Commit acd9b8a

Browse files
committed
Remove params.outdir in favor of outputDir
Signed-off-by: Ben Sherman <[email protected]>
1 parent 1801907 commit acd9b8a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

nextflow.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,9 @@ manifest {
1616
nextflowVersion = '>=23.10.0'
1717
}
1818

19-
/*
20-
* config params
21-
*/
22-
params.outdir = 'results'
23-
2419
/*
2520
* configure outputs publishing
2621
*/
27-
outputDir = params.outdir
2822
workflow.output.mode = 'copy'
2923

3024
/*

nextflow_schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
"fa_icon": "fas fa-terminal",
1212
"description": "Define where the pipeline should find input data and save output data.",
1313
"properties": {
14-
"outdir": {
15-
"type": "string",
16-
"format": "directory-path",
17-
"description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.",
18-
"fa_icon": "fas fa-folder-open",
19-
"default": "results"
20-
},
2114
"reads": {
2215
"type": "string",
2316
"description": "The input read-pair files",

0 commit comments

Comments
 (0)