nf-core_modules/tools/bwa/index/meta.yml
Maxime Garcia 48be154434
Update tools/bwa/index/meta.yml
Co-Authored-By: Olga Botvinnik <olga.botvinnik@gmail.com>
2020-01-24 10:39:52 +01:00

25 lines
707 B
YAML

name: bwa index
description: create indexes for BWA from a fasta file
keywords:
- index
tools:
- bwa:
description: |
BWA is a software package for mapping DNA sequences against a large reference genome, such as the human genome.
homepage: http://bio-bwa.sourceforge.net/
documentation: http://www.htslib.org/doc/samtools.html
arxiv: arXiv:1303.3997
input:
-
- input:
type: file
description: Input fasta file
pattern: *.{fasta,fa}
output:
-
- index:
type: file
description: bwa indexes file
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
authors:
- @maxulysse