Description

Create BWA-mem2 index for reference genome

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

fasta{:bash}

:file

Input genome fasta file

Output

name:type
description
pattern

index{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bwamem2{:bash}

:string

BWA genome index files

*.{0123,amb,ann,bwt.2bit.64,pac}

versions_bwamem2{:bash}

${task.process}{:bash}

:string

The name of the process

bwamem2{:bash}

:string

BWA genome index files

*.{0123,amb,ann,bwt.2bit.64,pac}

bwa-mem2 version | grep -o -E "[0-9]+(\.[0-9]+)+"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

bwamem2{:bash}

:string

BWA genome index files

*.{0123,amb,ann,bwt.2bit.64,pac}

bwa-mem2 version | grep -o -E "[0-9]+(\.[0-9]+)+"{:bash}

:eval

The expression to obtain the version of the tool

Tools

bwamem2
MIT

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