Description

PRINSEQ++ is a C++ implementation of the prinseq-lite.pl program. It can be used to filter, reformat or trim genomic and metagenomic sequence data

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.

Output

name:type
description
pattern

good_reads{:bash}

meta{:bash}

:map

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

*_good_out*.fastq.gz{:bash}

:file

Reads passing filter(s) in gzipped FASTQ format

*_good_out_{R1,R2}.fastq.gz

single_reads{:bash}

meta{:bash}

:map

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

*_single_out*.fastq.gz{:bash}

:file

Single reads without the pair passing filter(s) in gzipped FASTQ format

*_single_out_{R1,R2}.fastq.gz

bad_reads{:bash}

meta{:bash}

:map

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

*_bad_out*.fastq.gz{:bash}

:file

Reads without not passing filter(s) in gzipped FASTQ format

*_bad_out_{R1,R2}.fastq.gz

log{:bash}

meta{:bash}

:map

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

*.log{:bash}

:file

Verbose level 2 STDOUT information in a log file

*.log

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

prinseqplusplus
GPL v2

PRINSEQ++ - Multi-threaded C++ sequence cleaning