nf-core/fastqc @ 0.0.0-0c7146d
Summary
Run FastQC on sequenced reads
Get started
Add the following snippet to your workflow script to include this module.
include { FASTQC } from 'nf-core/fastqc'
License
MIT License
Process
Name
|
FASTQC |
|---|
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
3 channels
#1
zip
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.zip
file
|
FastQC report archive *_{fastqc.zip}
|
#2
html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.html
file
|
FastQC report *_{fastqc.html}
|
#3
versions_fastqc
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
fastqc
string
|
The tool name |
fastqc --version | sed "/FastQC v/!d; s/.*v//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fastqc | FastQC gives general quality metrics about your reads. It provides information about the quality score distribution across your reads, the per base sequence content (%A/C/G/T). You get information about adapter contamination and other overrepresented sequences. | https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:38:08 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Ffastqc/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/fastqc/blobs/sha256:aadabce5abf61dd37c0639a0a279be8afb9b43171066e8093b4413f810c2421c |
| Size | 17.8 KB |
| Checksum | sha256:aadabce5abf61dd37c0639a0a279be8afb9b43171066e8093b4413f810c2421c |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:38:08 (UTC) | 1 | 17.8 KB | - |