Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Aug 4, 2023
1 parent 322ca6c commit e1b927d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"outdir": {
"type": "string",
"format": "directory-path",
"description": "The output directory where the results will be saved. Not considered when running the pipeline with a .csv file as input.",
"description": "The output directory where the results will be saved. Not considered for sample-sheet entries that have an absolute path.",
"default": "results",
"fa_icon": "fas fa-folder-open"
},
"input": {
Expand Down

0 comments on commit e1b927d

Please sign in to comment.