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

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

log{:bash}

*.log{:bash}

:file

log file containing stdout and stderr from bbmerge.sh

*.log

Tools

bbmap
UC-LBL license (see package)

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