Skip to content

Commit

Permalink
updated nextflow_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilMaliszArdigen committed Sep 3, 2024
1 parent 1f17b56 commit 2116500
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,23 @@
"description": "",
"default": "",
"properties": {
"limma_IHW_correction": {
"type": "boolean",
"description": "Turns on and off IHW correction for limma analysis",
"default": true,
"fa_icon": "far fa-check-square"
},
"limma_analysis_type": {
"type": "string",
"description": "allows modification of limma analysis type",
"enum": ["mixedmodel", "pairwise", "default"],
"fa_icon": "fas fa-chart-line"
},
"limma_pair_id_col": {
"type": "string",
"description": "name of pair informaction column from submission sheet used only in paired mode",
"fa_icon": "fas fa-table"
},
"limma_ndups": {
"type": "number",
"fa_icon": "fas fa-clone",
Expand Down

0 comments on commit 2116500

Please sign in to comment.