Skip to content

Commit

Permalink
Tweak schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 10, 2024
1 parent bc91756 commit 4c87427
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,19 @@
"generate_samplesheet_options": {
"title": "Downstream pipeline samplesheet generation options",
"type": "object",
"fa_icon": "fas fa-university",
"fa_icon": "fas fa-align-justify",
"description": "Options for generating input samplesheets for complementary downstream pipelines.",
"properties": {
"generate_downstream_samplesheets": {
"type": "boolean",
"description": "Turn on generation of samplesheets for downstream pipelines."
"description": "Turn on generation of samplesheets for downstream pipelines.",
"fa_icon": "fas fa-toggle-on"
},
"generate_pipeline_samplesheets": {
"type": "string",
"default": "taxprofiler",
"description": "Specify which pipeline to generate a samplesheet for."
"description": "Specify which pipeline to generate a samplesheet for.",
"fa_icon": "fas fa-toolbox"
}
}
},
Expand Down

0 comments on commit 4c87427

Please sign in to comment.