×

nf-core/seqtk/mergepe @ 0.0.0-0c7146d

Interleave pair-end reads from FastQ files

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @emnilsson
Maintainers: @emnilsson

Summary

Interleave pair-end reads from FastQ files

Get started

Add the following snippet to your workflow script to include this module.

include { SEQTK_MERGEPE } from 'nf-core/seqtk/mergepe'

License

MIT License

Process
Name SEQTK_MERGEPE
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.

*.{fastq.gz}
Output 2 channels
#1 reads tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.fastq.gz file

If single-end reads, the output is the same as the input, 1 FastQ file for each read. If pair-end reads, the read pairs will be interleaved and output as 1 FastQ file for each read pair.

*.{fastq.gz}
#2 versions_seqtk tuple
${task.process} string

The name of the process

seqtk string

The name of the tool

seqtk 2>&1 | sed -n 's/^Version: //p' eval

The expression to obtain the version of the tool

Tool Description Homepage
seqtk Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. Seqtk mergepe command merges pair-end reads into one interleaved file. https://github.com/lh3/seqtk
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:13:11 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fseqtk%2Fmergepe/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/seqtk/mergepe/blobs/sha256:a804ff7b7493463e20f057f876857260605702557e03df7aac0ddc9ab983fb9b
Size 2.5 KB
Checksum sha256:a804ff7b7493463e20f057f876857260605702557e03df7aac0ddc9ab983fb9b
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:13:11 (UTC) 1 2.5 KB -