nf-core/prinseqplusplus @ 0.0.0-6c4ed3a
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
Name
|
PRINSEQPLUSPLUS |
|---|
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. |
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
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
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
|
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
|
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:38:28 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fprinseqplusplus/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/prinseqplusplus/blobs/sha256:45446c426de139f1fed0ed5add071881d1af079b33e23f24e1f9fd51381850d3 |
| Size | 2.8 KB |
| Checksum | sha256:45446c426de139f1fed0ed5add071881d1af079b33e23f24e1f9fd51381850d3 |
| Downloads | 2 |
| 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 |