Skip to content

Commit

Permalink
remove [] as default from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Feb 5, 2025
1 parent ea06178 commit 8749ac1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"skip_tools": {
"type": "string",
"default": "[]",
"description": "Comma-separated list of tools to skip (fastp,fastqc,kraken,multiqc,checkqc,falco,md5sum,samshee)"
},
"sample_size": {
Expand Down Expand Up @@ -175,9 +174,9 @@
"properties": {
"checkqc_config": {
"type": "string",
"default": "[]",
"description": "Path to the checkqc config yml file.",
"fa_icon": "far fa-check-square"
"fa_icon": "far fa-check-square",
"format": "file-path"
}
}
},
Expand Down

0 comments on commit 8749ac1

Please sign in to comment.