Description

PEAR is an ultrafast, memory-efficient and highly accurate pair-end read merger.

Input

name:type
description
pattern

meta

:map

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

reads

:file

List of input FastQ files with paired-end reads forward and reverse.

Output

name:type
description
pattern

assembled

meta

:map

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

*.assembled.fastq.gz

:file

FastQ file containing Assembled reads.

*.{fastq.gz}

unassembled

meta

:map

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

*.unassembled.forward.fastq.gz

:file

FastQ files containing Unassembled forward and reverse reads.

*.{fastq.gz}

*.unassembled.reverse.fastq.gz

:file

FastQ files containing Unassembled forward and reverse reads.

*.{fastq.gz}

discarded

meta

:map

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

*.discarded.fastq.gz

:file

FastQ file containing discarded reads.

*.{fastq.gz}

versions_pear

${task.process}

:string

The name of the process

pear

:string

The name of the tool

pear -h | grep 'PEAR v' | sed 's/PEAR v//' | sed 's/ .*//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

pear

:string

The name of the tool

pear -h | grep 'PEAR v' | sed 's/PEAR v//' | sed 's/ .*//'

:eval

The expression to obtain the version of the tool

Tools

pear
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported

paired-end read merger