mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08: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
|
homepage: https://github.com/ncbi/sra-tools
|
||||||
documentation: https://github.com/ncbi/sra-tools/wiki
|
documentation: https://github.com/ncbi/sra-tools/wiki
|
||||||
tool_dev_url: https://github.com/ncbi/sra-tools
|
tool_dev_url: https://github.com/ncbi/sra-tools
|
||||||
licence: ["US-Government-Work"]
|
licence: ["Public Domain"]
|
||||||
|
|
||||||
input:
|
input:
|
||||||
- meta:
|
- meta:
|
||||||
|
@ -22,6 +22,12 @@ input:
|
||||||
type: directory
|
type: directory
|
||||||
description: Directory containing ETL data for the given SRA.
|
description: Directory containing ETL data for the given SRA.
|
||||||
pattern: "*/*.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:
|
output:
|
||||||
- meta:
|
- meta:
|
||||||
|
|
Loading…
Reference in a new issue