nf-core/untar @ 0.0.0-0c7146d
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-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:45:06 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Funtar/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/untar/blobs/sha256:e7f5b5d8bc46f7fa843056f4667c8038b690135528d4f7a2165a199beb47a5c5 |
| Size | 2.8 KB |
| Checksum | sha256:e7f5b5d8bc46f7fa843056f4667c8038b690135528d4f7a2165a199beb47a5c5 |
| 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 |