nf-core/gunzip @ 0.0.0-6c4ed3a
Summary
Compresses and decompresses files.
Get started
Add the following snippet to your workflow script to include this module.
include { GUNZIP } from 'nf-core/gunzip'
License
MIT License
Process
Name
|
GUNZIP |
|---|
Input
1 channel
#1
tuple
meta
map
|
Optional groovy Map containing meta information e.g. [ id:'test', single_end:false ] |
|---|---|
archive
file
|
File to be compressed/uncompressed *.*
|
Output
2 channels
#1
gunzip
tuple
meta
file
|
Compressed/uncompressed file *.*
|
|---|---|
${gunzip}
file
|
Compressed/uncompressed file *.*
|
#2
versions_gunzip
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
gunzip
string
|
The tool name |
gunzip --version 2>&1 | head -1 | sed "s/^.*(gzip) //; s/ Copyright.*//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gunzip | gzip is a file format and a software application used for file compression and decompression. | n/a |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:23:16 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgunzip/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gunzip/blobs/sha256:a4ee0b306208f51967eeb06e2150ab073df1dccb7033927d440f0151af7655bb |
| Size | 2.7 KB |
| Checksum | sha256:a4ee0b306208f51967eeb06e2150ab073df1dccb7033927d440f0151af7655bb |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:23:16 (UTC) | 4 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:08:17 (UTC) | 3 | 2.7 KB |