nf-core/tar @ 0.0.0-6c4ed3a
Summary
Compress directories into tarballs with various compression options
Get started
Add the following snippet to your workflow script to include this module.
include { TAR } from 'nf-core/tar'
License
MIT License
Process
Name
|
TAR |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
input
directory
|
A file or directory to be archived */
|
compress_type
string
|
A string defining which type of (optional) compression to apply to the archive. Provide an empty string in quotes for no compression .bz2|.xz|.lz|.lzma|.lzo|.zst|.gz
|
|---|
Output
2 channels
#1
archive
tuple
meta
map
|
Groovy Map containing sample information e.g. *.tar{.bz2,.xz,.lz,.lzma,.lzo,.zst,.gz,}
|
|---|---|
*.tar${compress_type}
map
|
Groovy Map containing sample information e.g. *.tar{.bz2,.xz,.lz,.lzma,.lzo,.zst,.gz,}
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| tar | GNU Tar provides the ability to create tar archives, as well as various other kinds of manipulation. | https://www.gnu.org/software/tar/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:49:19 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ftar/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/tar/blobs/sha256:020030960574e9998b0abee4974674e29e22009618338b8a203be32cc237d564 |
| Size | 3.0 KB |
| Checksum | sha256:020030960574e9998b0abee4974674e29e22009618338b8a203be32cc237d564 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:49:19 (UTC) | 4 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:42:56 (UTC) | 3 | 3.0 KB |