mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +00:00
29 lines
750 B
YAML
29 lines
750 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 optional, minimal NCBI settings file.
|
||
|
pattern: "user-settings.mkfg"
|
||
|
|
||
|
authors:
|
||
|
- "@Midnighter"
|