2020-08-07 11:38:01 +00:00
|
|
|
name: bwa_index
|
|
|
|
description: Create BWA index for reference genome
|
2020-08-05 16:27:28 +00:00
|
|
|
keywords:
|
2020-08-07 14:05:25 +00:00
|
|
|
- index
|
|
|
|
- fasta
|
|
|
|
- genome
|
|
|
|
- reference
|
2020-08-05 16:27:28 +00:00
|
|
|
tools:
|
2020-08-07 14:05:25 +00:00
|
|
|
- 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
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['GPL-3.0-or-later']
|
2020-08-05 16:27:28 +00:00
|
|
|
input:
|
2020-08-07 14:05:25 +00:00
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Input genome fasta file
|
2020-08-05 16:27:28 +00:00
|
|
|
output:
|
2020-08-07 14:05:25 +00:00
|
|
|
- index:
|
|
|
|
type: file
|
|
|
|
description: BWA genome index files
|
|
|
|
pattern: "*.{amb,ann,bwt,pac,sa}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2020-08-07 14:05:25 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2020-08-05 16:27:28 +00:00
|
|
|
authors:
|
2020-08-07 14:05:25 +00:00
|
|
|
- "@drpatelh"
|
|
|
|
- "@maxulysse"
|