nf-core_modules/software/bwamem2/index/meta.yml

30 lines
813 B
YAML
Raw Normal View History

name: bwamem2_index
2021-02-12 12:00:02 +00:00
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: "*.{version.txt}"
authors:
- "@maxulysse"