nf-core/cat/cat @ 0.0.0-0c7146d
Summary
A module for concatenation of gzipped or uncompressed files
Get started
Add the following snippet to your workflow script to include this module.
include { CAT_CAT } from 'nf-core/cat/cat'
License
MIT License
Process
Name
|
CAT_CAT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
files_in
file
|
List of compressed / uncompressed files *
|
Output
2 channels
#1
file_out
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}
file
|
Concatenated file. Will be gzipped if file_out ends with ".gz" ${file_out}
|
#2
versions_cat
tuple
${task.process}
string
|
The name of the process |
|---|---|
pigz
string
|
The name of the tool |
pigz --version 2>&1 | sed 's/pigz //g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| cat | Just concatenation | n/a |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:29:11 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcat%2Fcat/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/cat/cat/blobs/sha256:b2b137716431578246d092838a098d39a723f5a6acb4d338b51ec21b17d4110e |
| Size | 3.2 KB |
| Checksum | sha256:b2b137716431578246d092838a098d39a723f5a6acb4d338b51ec21b17d4110e |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:29:11 (UTC) | 1 | 3.2 KB | - |