2021-12-06 08:56:41 +00:00
|
|
|
name: dragmap_hashtable
|
|
|
|
description: Create DRAGEN hashtable for reference genome
|
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- index
|
|
|
|
- fasta
|
|
|
|
- genome
|
|
|
|
- reference
|
2021-12-06 08:56:41 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- 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"]
|
2021-12-06 08:56:41 +00:00
|
|
|
input:
|
2022-02-15 11:15:27 +00:00
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Input genome fasta file
|
2021-12-06 08:56:41 +00:00
|
|
|
output:
|
2022-02-15 11:15:27 +00:00
|
|
|
- hashmap:
|
|
|
|
type: file
|
|
|
|
description: DRAGMAP hash table
|
|
|
|
pattern: "*.{cmp,.bin,.txt}"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
2021-12-06 08:56:41 +00:00
|
|
|
authors:
|
|
|
|
- "@Emiller88"
|