mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
27 lines
587 B
YAML
27 lines
587 B
YAML
name: untar
|
|
description: Extract files.
|
|
keywords:
|
|
- untar
|
|
- uncompress
|
|
tools:
|
|
- untar:
|
|
description: |
|
|
Extract tar.gz files.
|
|
documentation: https://www.gnu.org/software/tar/manual/
|
|
input:
|
|
- archive:
|
|
type: file
|
|
description: File to be untar
|
|
pattern: "*.{tar}.{gz}"
|
|
output:
|
|
- untar:
|
|
type: file
|
|
description:
|
|
pattern: "*.*"
|
|
- version:
|
|
type: file
|
|
description: File containing software version
|
|
pattern: "*.{version.txt}"
|
|
authors:
|
|
- "@joseespinosa"
|
|
- "@drpatelh"
|