nf-core/pigz/compress @ 0.0.0-6c4ed3a
Summary
Compresses files with pigz.
Get started
Add the following snippet to your workflow script to include this module.
include { PIGZ_COMPRESS } from 'nf-core/pigz/compress'
License
MIT License
Process
Name
|
PIGZ_COMPRESS |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
raw_file
file
|
File to be compressed *.*
|
Output
2 channels
#1
archive
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
$archive
file
|
The compressed file *.gz
|
#2
versions_pigz
tuple
${task.process}
string
|
The name of the process |
|---|---|
pigz
string
|
The name of the tool |
pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| pigz | Parallel implementation of the gzip algorithm. | https://zlib.net/pigz/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:36:24 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fpigz%2Fcompress/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/pigz/compress/blobs/sha256:3cedc1b8fddc8588b83ba367fa7781ae2ca3a95d2eb09a7017310f1edf69b93a |
| Size | 2.2 KB |
| Checksum | sha256:3cedc1b8fddc8588b83ba367fa7781ae2ca3a95d2eb09a7017310f1edf69b93a |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:36:24 (UTC) | 4 | 2.2 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:25:43 (UTC) | 3 | 2.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:26:11 (UTC) | 2 | 2.1 KB |