nf-core_modules/modules/custom/sratoolsncbisettings/meta.yml

29 lines
724 B
YAML
Raw Normal View History

2022-05-11 15:32:50 +00:00
name: "sratoolsncbisettings"
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
2022-05-11 12:07:18 +00:00
description: An NCBI user settings file.
pattern: "*.mkfg"
authors:
- "@Midnighter"