mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
docs: describe new file input
This commit is contained in:
parent
145e2f80e9
commit
b1e134fdd7
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ input:
|
||||||
type: val
|
type: val
|
||||||
description: >
|
description: >
|
||||||
A string denoting an SRA id.
|
A string denoting an SRA id.
|
||||||
|
- ncbi_settings:
|
||||||
|
type: file
|
||||||
|
description: >
|
||||||
|
Either a proper NCBI settings file or in case an existing file should be used,
|
||||||
|
a file with name EXISTS.
|
||||||
|
pattern: "*.mkfg | EXISTS"
|
||||||
|
|
||||||
output:
|
output:
|
||||||
- meta:
|
- meta:
|
||||||
|
|
Loading…
Reference in a new issue