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