Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lescai committed Jan 13, 2024
1 parent f461b17 commit de819a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@
}
}
},
"cnvkit_options": {
"title": "CNVkit options",
"type": "object",
"description": "Options used by the cnvkit subworkflow",
"default": "",
"properties": {
"cnvkit_targets": {
"type": "string"
}
}
},
"input_output_options": {
"title": "Input/output options",
"type": "object",
Expand Down Expand Up @@ -384,6 +395,9 @@
{
"$ref": "#/definitions/germlinecnvcaller_options"
},
{
"$ref": "#/definitions/cnvkit_options"
},
{
"$ref": "#/definitions/input_output_options"
},
Expand Down

0 comments on commit de819a6

Please sign in to comment.