nf-core/fastplong @ 0.0.0-0c7146d
Summary
Perform adapter/quality trimming and QC on long sequencing reads (ONT, PacBio, etc.)
Get started
Add the following snippet to your workflow script to include this module.
include { FASTPLONG } from 'nf-core/fastplong'
License
MIT License
Name
|
FASTPLONG |
|---|
meta
map
|
Groovy Map containing sample information. Use 'single_end: true' for single-end reads. e.g. [ id:'test', single_end:true ] |
|---|---|
reads
file
|
Input FASTQ file. Gzip-compressed files are supported. *.{fastq.gz,fastq}
|
adapter_fasta
file
|
Optional FASTA file containing adapter sequences to trim. *.{fasta,fa,fna}
|
|---|
discard_trimmed_pass
boolean
|
If true, no reads that pass trimming thresholds will be written. Only reports will be generated. |
|---|
save_trimmed_fail
boolean
|
If true, reads that fail filtering will be saved to a file ending in |
|---|
log
tuple
meta
map
|
Sample information map |
|---|---|
*.log
file
|
Log file generated during trimming *.log
|
html
tuple
meta
map
|
Sample information map |
|---|---|
*.html
file
|
QC report in HTML format *.html
|
json
tuple
meta
map
|
Sample information map |
|---|---|
*.json
file
|
QC report in JSON format *.json
|
reads
tuple
meta
map
|
Sample information map |
|---|---|
*.fastplong.fastq.gz
file
|
Trimmed and filtered reads *fastplong.fastq.gz
|
reads_fail
tuple
meta
map
|
Sample information map |
|---|---|
*.fail.fastq.gz
file
|
Reads that failed quality/trimming filters *fail.fastq.gz
|
versions_fastplong
tuple
${task.process}
string
|
The name of the process |
|---|---|
fastplong
string
|
The name of the tool |
fastplong --version 2>&1 | sed -e "s/fastplong //g"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fastplong | Ultra-fast preprocessing and quality control for long-read sequencing data. | https://github.com/OpenGene/fastplong/blob/v0.4.1/README.md |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:38:06 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Ffastplong/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/fastplong/blobs/sha256:ad1aee1c807a6044fc4c8616d42089da5a036f33b1976de691c01e2276a01cbf |
| Size | 3.3 KB |
| Checksum | sha256:ad1aee1c807a6044fc4c8616d42089da5a036f33b1976de691c01e2276a01cbf |
| Downloads | 1 |