Skip to content

Commit

Permalink
Merge pull request nf-core#92 from nf-core/maxulysse-patch-1
Browse files Browse the repository at this point in the history
Fix typo in nextflow_schema.json
  • Loading branch information
LouisLeNezet authored Jun 17, 2024
2 parents 045430a + fc0d8a0 commit 55a8d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
},
"steps": {
"type": "string",
"description": "Step to run.",
"description": "Step(s) to run.",
"fa_icon": "fas fa-step-forward",
"pattern": "^((all|simulate|panelprep|impute|validate)?,?)*(?<!,)$"
},
"tools": {
"type": "string",
"description": "Imputation tool to use.",
"help_text": "Multiple tools separated with commas. Used when starting from `--step impute` or `--step all`.",
"help_text": "Multiple tools separated with commas. Used when starting from `--steps impute` or `--steps all`.",
"fa_icon": "fas fa-step-forward",
"pattern": "^((glimpse1|glimpse2|quilt|stitch)?,?)*(?<!,)$"
}
Expand Down

0 comments on commit 55a8d5b

Please sign in to comment.