name | type | description |
---|---|---|
meta | map | Groovy Map containing reference information. |
e.g. [ id:‘test’, single_end:false ] | ||
fasta | file | Input genome fasta file |
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
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
BWA is a software package for mapping DNA sequences against a large reference genome, such as the human genome.