nf-core/untar @ 0.0.0-6c4ed3a
Summary
Extract files from tar, tar.gz, tar.bz2, tar.xz archives
Get started
Add the following snippet to your workflow script to include this module.
include { UNTAR } from 'nf-core/untar'
License
MIT License
Process
Name
|
UNTAR |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
archive
file
|
File to be untarred *.{tar,tar.gz,tar.bz2,tar.xz}
|
Output
2 channels
#1
untar
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] */
|
|---|---|
${prefix}
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] */
|
#2
versions_untar
tuple
${task.process}
string
|
The name of the process |
|---|---|
untar
string
|
The name of the tool |
tar --version 2>&1 | head -1 | sed "s/tar (GNU tar) //; s/ Copyright.*//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| untar | Extract tar, tar.gz, tar.bz2, tar.xz files. | n/a |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:51:27 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Funtar/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/untar/blobs/sha256:73bdce9c04c2f3109720d77d74548d11d4b49f08223e64ef908d1f94b820646a |
| Size | 2.8 KB |
| Checksum | sha256:73bdce9c04c2f3109720d77d74548d11d4b49f08223e64ef908d1f94b820646a |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:51:27 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:45:06 (UTC) | 3 | 2.8 KB |