Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Mar 18, 2024
1 parent 6ea7c8b commit b69906f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,14 @@
"extra_ribotish_predict_args": {
"type": "string",
"description": "Extra arguments to pass to the ribotish predict command in addition to defaults defined by the pipeline."
},
"extra_ribotricer_prepareorfs_args": {
"type": "string",
"description": "Extra arguments to pass to the ribotricer prepare-orfs command in addition to defaults defined by the pipeline."
},
"extra_ribotricer_detectorfs_args": {
"type": "string",
"description": "Extra arguments to pass to the ribotricer detect-orfs command in addition to defaults defined by the pipeline."
}
}
},
Expand Down Expand Up @@ -657,6 +665,9 @@
"type": "boolean",
"description": "Skip Ribo-TISH.",
"fa_icon": "fas fa-fast-forward"
},
"skip_ribotricer": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -870,9 +881,6 @@
}
},
"allOf": [
{
"$ref": "#/definitions/riboseq_specific_options"
},
{
"$ref": "#/definitions/input_output_options"
},
Expand All @@ -891,6 +899,9 @@
{
"$ref": "#/definitions/alignment_options"
},
{
"$ref": "#/definitions/riboseq_specific_options"
},
{
"$ref": "#/definitions/optional_outputs"
},
Expand Down

0 comments on commit b69906f

Please sign in to comment.