Description

Merging overlapping paired reads into a single read.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

reads{:bash}

:file

List of input paired end fastq files

*.{fastq,fq}.gz

interleave{:bash}

:boolean

Indicates whether the input paired reads are interleaved or not

Output

name:type
description
pattern

merged{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*_merged.fastq.gz{:bash}

:file

merged reads

*_merged.fastq

unmerged{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*_unmerged.fastq.gz{:bash}

:file

unmerged reads

*_unmerged.fastq

ihist{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*_ihist.txt{:bash}

:file

insert size histogram

*_ihist.txt

log{:bash}

*.log{:bash}

:file

log file containing stdout and stderr from bbmerge.sh

*.log

versions_bbmap{:bash}

${task.process}{:bash}

:string

The name of the process

bbmap{:bash}

:string

The name of the tool

bbversion.sh | grep -v "Duplicate cpuset"{: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

bbmap{:bash}

:string

The name of the tool

bbversion.sh | grep -v "Duplicate cpuset"{:bash}

:eval

The expression to obtain the version of the tool

Tools

bbmap
UC-LBL license (see package)

BBMap is a short read aligner, as well as various other bioinformatic tools.