×

nf-core/prinseqplusplus @ 0.0.0-0c7146d

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

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules
Authors: @jfy133
Maintainers: @jfy133

Summary

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

Get started

Add the following snippet to your workflow script to include this module.

include { PRINSEQPLUSPLUS } from 'nf-core/prinseqplusplus'

License

MIT License

Process
Name PRINSEQPLUSPLUS
Input 1 channel
#1 tuple
meta map

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

reads file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

Output 5 channels
#1 log tuple
meta map

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

*.log file

Verbose level 2 STDOUT information in a log file

*.log
#2 versions
versions.yml file

File containing software versions

versions.yml
#3 bad_reads tuple
meta map

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

*_bad_out*.fastq.gz file

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

*_bad_out_{R1,R2}.fastq.gz
#4 good_reads tuple
meta map

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

*_good_out*.fastq.gz file

Reads passing filter(s) in gzipped FASTQ format

*_good_out_{R1,R2}.fastq.gz
#5 single_reads tuple
meta map

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

*_single_out*.fastq.gz file

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

*_single_out_{R1,R2}.fastq.gz
Tool Description Homepage
prinseqplusplus PRINSEQ++ - Multi-threaded C++ sequence cleaning https://github.com/Adrian-Cantu/PRINSEQ-plus-plus
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:28:26 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fprinseqplusplus/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/prinseqplusplus/blobs/sha256:57af275243dd7dc0e743ce1383a0356ceed504bc02209a395155458b54db8174
Size 2.8 KB
Checksum sha256:57af275243dd7dc0e743ce1383a0356ceed504bc02209a395155458b54db8174
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:38:28 (UTC) 2 2.8 KB
0.0.0-3fc6d40 22 Apr 2026 15:27:31 (UTC) 4 2.8 KB
0.0.0-0c7146d 08 Apr 2026 19:28:26 (UTC) 3 2.8 KB