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

26 lines
713 B
YAML
Raw Normal View History

2020-01-21 10:24:32 +00:00
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
2020-01-21 10:24:32 +00:00
arxiv: arXiv:1303.3997
input:
-
- input:
type: file
description: Input fasta file
2020-07-11 11:54:12 +00:00
pattern: "*.{fasta,fa}"
2020-01-21 10:24:32 +00:00
output:
-
- index:
type: file
description: bwa indexes file
2020-07-11 11:54:12 +00:00
pattern: "*.{fasta,fa}.{amb,ann,bwt,pac,sa}"
2020-01-21 10:24:32 +00:00
authors:
2020-07-11 11:54:12 +00:00
- "@maxulysse"