Description

Convert paired-end bwa SA coordinate files to SAM format

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

FASTQ files specified alongside meta in input channel.

*.{fastq,fq}.gz

sai{:bash}

:file

SAI file specified alongside meta and reads in input channel.

*.sai

meta2{:bash}

:map

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

index{:bash}

:directory

Directory containing BWA index files (amb,ann,bwt,pac,sa) from BWA_INDEX

bwa/

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

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

*.bam{:bash}

:file

BAM file

*.bam

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

versions_samtools{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

samtools{:bash}

:string

The tool name

samtools version | sed '1!d;s/.* //'{: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

${task.process}{:bash}

:string

The process the versions were collected from

samtools{:bash}

:string

The tool name

samtools version | sed '1!d;s/.* //'{: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.