Description

Create bwa-mem3 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 ]

bwamem3

:directory

bwa-mem3 genome index files

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

versions_bwamem3

${task.process}

:string

The name of the process

bwamem3

:string

The name of the tool

bwa-mem3 version | sed -nE '1 s/^([0-9]+(\.[0-9]+)+).*/\1/p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bwamem3

:string

The name of the tool

bwa-mem3 version | sed -nE '1 s/^([0-9]+(\.[0-9]+)+).*/\1/p'

:eval

The expression to obtain the version of the tool

Tools

bwamem3
MIT AND Apache-2.0

Short-read aligner derived from bwa-mem2 with correctness fixes, performance improvements, and methylation-aware alignment.