nf-core/zip @ 0.0.0-c4ed7fd
Summary
Compress file lists to produce ZIP archive files
Get started
Add the following snippet to your workflow script to include this module.
include { ZIP } from 'nf-core/zip'
License
MIT License
Process
Name
|
ZIP |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
files
file
|
File or list of files to be zipped |
Output
2 channels
#1
versions_zip
tuple
${task.process}
string
|
The name of the process |
|---|---|
zip
string
|
The name of the tool |
7za i 2>&1 | grep 'p7zip Version' | sed 's/.*p7zip Version //; s/(.*//'
eval
|
The expression to obtain the version of the tool |
#2
zipped_archive
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.zip
file
|
ZIP file *.zip
|
| Tool | Description | Homepage |
|---|---|---|
| unzip | p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip, see www.7-zip.org) for Unix. | https://sourceforge.net/projects/p7zip/ |
| Version | 0.0.0-c4ed7fd |
|---|---|
| Commit ID | c4ed7fdd281d290c622c5d93fa173effc0217fdb |
| Release Date | 27 Apr 2026 15:00:30 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fzip/0.0.0-c4ed7fd/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/zip/blobs/sha256:5d1e0415a83e253e2c1b27335d05b800b8ae762c613fa503bbe1f6fc27ca046a |
| Size | 2.2 KB |
| Checksum | sha256:5d1e0415a83e253e2c1b27335d05b800b8ae762c613fa503bbe1f6fc27ca046a |
| Downloads | 0 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-c4ed7fd | 27 Apr 2026 15:00:30 (UTC) | 0 | 2.2 KB | |
| 0.0.0-6c4ed3a | 23 Apr 2026 15:53:26 (UTC) | 1 | 2.0 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:37:15 (UTC) | 1 | 2.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:48:27 (UTC) | 1 | 2.0 KB |