Skip to content

Commit 5744aa0

Browse files
committed
Fix schema help
1 parent c4e17a6 commit 5744aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"type": "string",
182182
"description": "Name of iGenomes reference.",
183183
"fa_icon": "fas fa-book",
184-
"help_text": "If using a reference genome configured in the pipeline using iGenomes, use this parameter to give the ID for the reference. This is then used to build the full paths for all required reference genome files e.g. `--genome GRCh38`. \n\nSee the [nf-core website docs](https://nf-co.re/usage/reference_genomes) for more details."
184+
"help_text": "If using a reference genome configured in the pipeline using iGenomes (not recommended), use this parameter to give the ID for the reference. This is then used to build the full paths for all required reference genome files e.g. `--genome GRCh38`. \n\nSee the [nf-core website docs](https://nf-co.re/usage/reference_genomes) for more details."
185185
},
186186
"fasta": {
187187
"type": "string",
@@ -336,7 +336,7 @@
336336
"description": "Load the iGenomes reference config.",
337337
"fa_icon": "fas fa-ban",
338338
"hidden": true,
339-
"help_text": "Load `igenomes.config` when running the pipeline. You may choose this option if you observe clashes between custom parameters and those supplied in `igenomes.config`."
339+
"help_text": "Load `igenomes.config` when running the pipeline. You may choose this option if you want to use iGenomes reference configurations like `--genome GRCh38` rather than explicit reference file provision."
340340
}
341341
},
342342
"required": ["fasta"]

0 commit comments

Comments
 (0)