mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
34 lines
798 B
YAML
34 lines
798 B
YAML
name: diamond_makedb
|
|
description: Builds a DIAMOND database
|
|
keywords:
|
|
- fasta
|
|
- diamond
|
|
- index
|
|
- database
|
|
tools:
|
|
- diamond:
|
|
description: Accelerated BLAST compatible local sequence aligner
|
|
homepage: https://github.com/bbuchfink/diamond
|
|
documentation: https://github.com/bbuchfink/diamond/wiki
|
|
tool_dev_url: https://github.com/bbuchfink/diamond
|
|
doi: "doi:10.1038/s41592-021-01101-x"
|
|
licence: ['GPL v3.0']
|
|
|
|
input:
|
|
- fasta:
|
|
type: file
|
|
description: Input fasta file
|
|
pattern: "*.{fa,fasta}"
|
|
|
|
output:
|
|
- db:
|
|
type: file
|
|
description: File of the indexed DIAMOND database
|
|
pattern: "*.{dmnd}"
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
|
|
authors:
|
|
- "@spficklin"
|