nf-core/cat/cat @ 0.0.0-3fc6d40
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-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:05:08 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcat%2Fcat/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cat/cat/blobs/sha256:de5a43c1d421631e6fe061e806b4bcacffe2e9771a76ba6589a2ada3ee001079 |
| Size | 3.2 KB |
| Checksum | sha256:de5a43c1d421631e6fe061e806b4bcacffe2e9771a76ba6589a2ada3ee001079 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:08:29 (UTC) | 3 | 3.2 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:05:08 (UTC) | 3 | 3.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:50:19 (UTC) | 3 | 3.2 KB |