bwa_index

Create BWA index for reference genome. Adapted from the nf-core bwa index module.

index
fasta
genome
reference
nf-core modules \
  --git-remote https://github.com/CCBR/nf-modules \
  install bwa/index

https://github.com/CCBR/nf-modules/…/modules/CCBR/bwa/index/

Input

name type description
meta map Groovy Map containing reference information.
e.g. [ id:‘test’, single_end:false ]
fasta file Input genome fasta file

Output

name type description pattern
meta map Groovy Map containing reference information.
e.g. [ id:‘test’, single_end:false ] NA
index file BWA genome index files *.{amb,ann,bwt,pac,sa}
versions file File containing software versions versions.yml

Tools

bwa

Home Docs     GPL-3.0-or-later

BWA is a software package for mapping DNA sequences against a large reference genome, such as the human genome.