mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
906577873b
* New functions.nf * Convert code to create versions.yml * Update meta.yml * update output channel * Fix more meta.yml * Manually update remaining modules * remove superflous echo * Fix misformatted meta.yml files * Fix yaml, was list instead of dict * fix version for bcftools Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
29 lines
810 B
YAML
29 lines
810 B
YAML
name: bwamem2_index
|
|
description: Create BWA-mem2 index for reference genome
|
|
keywords:
|
|
- index
|
|
- fasta
|
|
- genome
|
|
- reference
|
|
tools:
|
|
- bwa:
|
|
description: |
|
|
BWA-mem2 is a software package for mapping DNA sequences against
|
|
a large reference genome, such as the human genome.
|
|
homepage: https://github.com/bwa-mem2/bwa-mem2
|
|
documentation: https://github.com/bwa-mem2/bwa-mem2#usage
|
|
input:
|
|
- fasta:
|
|
type: file
|
|
description: Input genome fasta file
|
|
output:
|
|
- index:
|
|
type: file
|
|
description: BWA genome index files
|
|
pattern: "*.{0132,amb,ann,bwt.2bit.64,pac}"
|
|
- version:
|
|
type: file
|
|
description: File containing software version
|
|
pattern: "versions.yml"
|
|
authors:
|
|
- "@maxulysse"
|