nf-core/xz/compress @ 0.0.0-6c4ed3a
Summary
Compresses files with xz.
Get started
Add the following snippet to your workflow script to include this module.
include { XZ_COMPRESS } from 'nf-core/xz/compress'
License
MIT License
Process
Name
|
XZ_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 *.xz
|
#2
versions_xz
tuple
${task.process}
string
|
The name of the process |
|---|---|
xz
string
|
The name of the tool |
xz --version | sed '1!d;s/\([^0-9.]*\)//g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| xz | xz is a general-purpose data compression tool with command line syntax similar to gzip and bzip2. | https://tukaani.org/xz/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:53:17 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fxz%2Fcompress/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/xz/compress/blobs/sha256:d99ca9d3df96c456c8c08652854c73547a55a74cb71a237e3fdd9538069446d3 |
| Size | 2.4 KB |
| Checksum | sha256:d99ca9d3df96c456c8c08652854c73547a55a74cb71a237e3fdd9538069446d3 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:53:17 (UTC) | 3 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:37:07 (UTC) | 4 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:48:15 (UTC) | 3 | 2.3 KB |