mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
28 lines
725 B
YAML
28 lines
725 B
YAML
name: "sratools_ncbisettings"
|
|
description: Test for the presence of suitable NCBI settings or create them on the fly.
|
|
keywords:
|
|
- NCBI
|
|
- settings
|
|
- sra-tools
|
|
- prefetch
|
|
- fasterq-dump
|
|
tools:
|
|
- "sratools":
|
|
description: "SRA Toolkit and SDK from NCBI"
|
|
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: "['Public Domain']"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- ncbi_settings:
|
|
type: file
|
|
description: An NCBI user settings file.
|
|
pattern: "*.mkfg"
|
|
|
|
authors:
|
|
- "@Midnighter"
|