Skip to content

Commit

Permalink
improve schema help text
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed May 26, 2022
1 parent 57b0289 commit 4949306
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scorefile": {
"type": "string",
"description": "Path to a scoring file in PGS Catalog format",
"description": "Path to a scoring file in PGS Catalog format. Multiple scorefiles can be specified using wildcards (e.g., ``--scorefile path/to/scores/*.txt``)",
"fa_icon": "fas fa-file-alt"
},
"accession": {
Expand Down Expand Up @@ -93,11 +93,13 @@
},
"keep_multiallelic": {
"type": "boolean",
"description": "Keep multiallelic alleles?"
"description": "Keep multiallelic alleles?",
"default": false
},
"keep_ambiguous": {
"type": "boolean",
"description": "Keep ambiguous matches"
"description": "Keep ambiguous matches",
"default": false
},
"min_overlap": {
"type": "number",
Expand Down

0 comments on commit 4949306

Please sign in to comment.