mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
31 lines
838 B
YAML
31 lines
838 B
YAML
|
name: dragmap_hashtable
|
||
|
description: Create DRAGEN hashtable for reference genome
|
||
|
keywords:
|
||
|
- index
|
||
|
- fasta
|
||
|
- genome
|
||
|
- reference
|
||
|
tools:
|
||
|
- dragmap:
|
||
|
description: Dragmap is the Dragen mapper/aligner Open Source Software.
|
||
|
homepage: https://github.com/Illumina/dragmap
|
||
|
documentation: https://github.com/Illumina/dragmap
|
||
|
tool_dev_url: https://github.com/Illumina/dragmap#basic-command-line-usage
|
||
|
doi: ""
|
||
|
licence: ['GPL v3']
|
||
|
input:
|
||
|
- fasta:
|
||
|
type: file
|
||
|
description: Input genome fasta file
|
||
|
output:
|
||
|
- hashmap:
|
||
|
type: file
|
||
|
description: DRAGMAP hash table
|
||
|
pattern: "*.{cmp,.bin,.txt}"
|
||
|
- versions:
|
||
|
type: file
|
||
|
description: File containing software versions
|
||
|
pattern: "versions.yml"
|
||
|
authors:
|
||
|
- "@Emiller88"
|