Description

Find SA coordinates of the input reads for bwa short-read mapping

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

meta2{:bash}

:map

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

index{:bash}

:file

BWA genome index files

Directory containing BWA index *.{amb,ann,bwt,pac,sa}

Output

name:type
description
pattern

sai{:bash}

meta{:bash}

:map

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

*.sai{:bash}

:file

Single or paired SA coordinate files

*.sai

versions_bwa{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bwa{:bash}

:string

The tool name

bwa 2>&1 | sed -n "s/^Version: //p"{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bwa{:bash}

:string

The tool name

bwa 2>&1 | sed -n "s/^Version: //p"{:bash}

:string

The command used to generate the version of the tool

Tools

bwa
GPL-3.0-or-later

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