Create BWA index for reference genome
meta{:bash}
:map
Groovy Map containing reference information. e.g. [ id:‘test’, single_end:false ]
fasta{:bash}
:file
Input genome fasta file
index{:bash}
bwa{:bash}
*.{amb,ann,bwt,pac,sa}
versions_bwa{:bash}
${task.process}{:bash}
:string
The process the versions were collected from
The tool name
bwa 2>&1 | sed -n "s/^Version: //p"{:bash}
The command used to generate the version of the tool
versions{:bash}
BWA is a software package for mapping DNA sequences against a large reference genome, such as the human genome.