nf-core/falco @ 0.0.0-3fc6d40
Summary
Run falco on sequenced reads
Get started
Add the following snippet to your workflow script to include this module.
include { FALCO } from 'nf-core/falco'
License
MIT License
Process
Name
|
FALCO |
|---|
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
txt
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt
file
|
falco report data *_{data.txt}
|
#2
html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.html
file
|
FastQC like report *_{fastqc_report.html}
|
#3
versions_falco
tuple
${task.process}
string
|
The name of the process |
|---|---|
falco
string
|
The name of the tool |
falco --version | sed '1!d;s/.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fastqc | falco is a drop-in C++ implementation of FastQC to assess the quality of sequence reads. | https://falco.readthedocs.io/ |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:11:09 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffalco/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/falco/blobs/sha256:039d773b72978748c14ddee961c03d747322da154ebe83341cc40e1cb87e54c1 |
| Size | 2.6 KB |
| Checksum | sha256:039d773b72978748c14ddee961c03d747322da154ebe83341cc40e1cb87e54c1 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:15:15 (UTC) | 3 | 2.6 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:11:09 (UTC) | 4 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:59:04 (UTC) | 3 | 2.6 KB |