mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
docs: correct license and input description
This commit is contained in:
parent
79bf60fa11
commit
5d593bdb45
1 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ tools:
|
|||
homepage: https://github.com/ncbi/sra-tools
|
||||
documentation: https://github.com/ncbi/sra-tools/wiki
|
||||
tool_dev_url: https://github.com/ncbi/sra-tools
|
||||
licence: ["US-Government-Work"]
|
||||
licence: ["Public Domain"]
|
||||
|
||||
input:
|
||||
- meta:
|
||||
|
@ -22,6 +22,12 @@ input:
|
|||
type: directory
|
||||
description: Directory containing ETL data for the given SRA.
|
||||
pattern: "*/*.sra"
|
||||
- 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:
|
||||
- meta:
|
||||
|
|
Loading…
Reference in a new issue