Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mapo9 committed Sep 23, 2024
1 parent ab50cfb commit 8189450
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
"help_text": "Options for running raw RNA seq data.",
"fa_icon": "fab fa-pagelines"
},

"mixcr_options": {
"title": "MiXCR options",
"type": "object",
Expand Down Expand Up @@ -554,13 +554,13 @@
"fa_icon": "fas fa-weight-scale"
},
"mixcr_productive_only": {
"type": "string",
"type": "boolean",
"default": true,
"description": "Filter out non-productive sequencs for individual postprocessing.",
"fa_icon": "fas fa-check"
},
"mixcr_drop_outliers": {
"type": "string",
"type": "boolean",
"default": false,
"description": "Drop outliers below downsampling value as defined in `mixcr_downsampling` individual postprocessing.",
"fa_icon": "fas fa-splotch"
Expand Down Expand Up @@ -921,6 +921,9 @@
},
{
"$ref": "#/definitions/generic_options"
},
{
"$ref": "#/definitions/mixcr_options"
}
],
"properties": {
Expand Down

0 comments on commit 8189450

Please sign in to comment.