mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:03:10 +00:00
Fix linting
This commit is contained in:
parent
d691b89727
commit
24a8da2086
1 changed files with 9 additions and 0 deletions
|
@ -712,6 +712,15 @@
|
|||
"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.",
|
||||
"hidden": true
|
||||
},
|
||||
"fasta": {
|
||||
"type": "string",
|
||||
"description": "Path to FASTA genome file.",
|
||||
"help_text": "This parameter is *mandatory* if `--genome` is not specified. If you don't have a BWA index available this will be generated for you automatically. Combine with `--save_reference` to save BWA index for future runs.",
|
||||
"pattern": "^\\\\S+\\\\.fn?a(sta)?(\\\\.gz)?$",
|
||||
"format": "file-path",
|
||||
"mimetype": "text/plain",
|
||||
"fa_icon": "far fa-file-code"
|
||||
},
|
||||
"igenomes_base": {
|
||||
"type": "string",
|
||||
"format": "directory-path",
|
||||
|
|
Loading…
Reference in a new issue