Description

Create BWA-mem2 index for reference genome

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Input genome fasta file

Output

name:type
description
pattern

index

meta

:map

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

bwamem2

:string

BWA genome index files

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

versions_bwamem2

${task.process}

:string

The name of the process

bwamem2

:string

BWA genome index files

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

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bwamem2

:string

BWA genome index files

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

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

: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.