×

nf-core/tar @ 0.0.0-0c7146d

Compress directories into tarballs with various compression options

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @jfy133
Maintainers: @jfy133

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. [ id:'sample1', single_end:false ]

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. [ id:'sample1', single_end:false ]

*.tar{.bz2,.xz,.lz,.lzma,.lzo,.zst,.gz,}
*.tar${compress_type} map

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

*.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-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:18:44 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Ftar/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/tar/blobs/sha256:48e45879cf65aeeaf51cf4b4ff6b33084e9f3319a4b7a9c27cbde734fc790fcd
Size 2.9 KB
Checksum sha256:48e45879cf65aeeaf51cf4b4ff6b33084e9f3319a4b7a9c27cbde734fc790fcd
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:18:44 (UTC) 1 2.9 KB -