nf-core/fq/lint @ 0.0.0-0c7146d
Summary
fq lint is a FASTQ file pair validator.
Get started
Add the following snippet to your workflow script to include this module.
include { FQ_LINT } from 'nf-core/fq/lint'
License
MIT License
Process
Name
|
FQ_LINT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fastq
file
|
FASTQ file list *.fastq{,.gz}
|
Output
2 channels
#1
lint
tuple
meta
file
|
Lint output *.fq_lint.txt
|
|---|---|
*.fq_lint.txt
file
|
Lint output *.fq_lint.txt
|
#2
versions_fq
tuple
${task.process}
string
|
The name of the process |
|---|---|
fq
string
|
The name of the tool |
fq lint --version | sed 's/fq-lint //; s/ .*//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fq | fq is a library to generate and validate FASTQ file pairs. | https://github.com/stjude-rust-labs/fq |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:01:39 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffq%2Flint/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fq/lint/blobs/sha256:0803afe6d942802cd778a095b50cf851d41fe7b6df3c227c4dbf7991a8bf728e |
| Size | 2.1 KB |
| Checksum | sha256:0803afe6d942802cd778a095b50cf851d41fe7b6df3c227c4dbf7991a8bf728e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:17:43 (UTC) | 4 | 2.2 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:12:26 (UTC) | 3 | 2.3 KB | |
| 0.0.0-e18a462 | 20 Apr 2026 15:00:15 (UTC) | 3 | 2.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:01:39 (UTC) | 3 | 2.1 KB |