nf-core/seqkit/pair @ 0.0.0-3fc6d40
Summary
match up paired-end reads from two fastq files
Get started
Add the following snippet to your workflow script to include this module.
include { SEQKIT_PAIR } from 'nf-core/seqkit/pair'
License
MIT License
Process
Name
|
SEQKIT_PAIR |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
List of input paired-end FastQ files. |
Output
3 channels
#1
reads
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.paired.fastq.gz
file
|
Paired fastq reads *.paired.fastq.gz
|
#2
unpaired_reads
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.unpaired.fastq.gz
file
|
Unpaired reads (optional) *.unpaired.fastq.gz
|
#3
versions_seqkit
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqkit
string
|
The name of the tool |
seqkit version | sed 's/^.*v//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqkit | Cross-platform and ultrafast toolkit for FASTA/Q file manipulation, written by Wei Shen. | https://bioinf.shenwei.me/seqkit/usage/ |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:30:23 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqkit%2Fpair/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqkit/pair/blobs/sha256:e58a1bef7290b42925a804081311161736d66f85c43d936a922defc4a44315a7 |
| Size | 2.5 KB |
| Checksum | sha256:e58a1bef7290b42925a804081311161736d66f85c43d936a922defc4a44315a7 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:28 (UTC) | 4 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:23 (UTC) | 4 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:36:37 (UTC) | 3 | 2.5 KB |