×

nf-core/xz/decompress @ 0.0.0-6c4ed3a

Decompresses files with xz.

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @leoisl
Maintainers: @leoisl

Summary

Decompresses files with xz.

Get started

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

include { XZ_DECOMPRESS } from 'nf-core/xz/decompress'

License

MIT License

Process
Name XZ_DECOMPRESS
Input 1 channel
#1 tuple
meta map

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

archive file

File to be decompressed

*.{xz}
Output 2 channels
#1 file tuple
meta map

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

$decompressed_file file

The decompressed file

*.*
#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:18 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fxz%2Fdecompress/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/xz/decompress/blobs/sha256:cdc648d120b3ce38440662fffd72e9312c3a60ecace5faed951e6948391b8e19
Size 2.6 KB
Checksum sha256:cdc648d120b3ce38440662fffd72e9312c3a60ecace5faed951e6948391b8e19
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:53:18 (UTC) 3 2.6 KB
0.0.0-3fc6d40 22 Apr 2026 15:37:08 (UTC) 4 2.6 KB
0.0.0-0c7146d 08 Apr 2026 19:48:16 (UTC) 4 2.6 KB