2022-03-21 14:07:59 +00:00
|
|
|
name: untar
|
|
|
|
description: Extract files.
|
|
|
|
keywords:
|
|
|
|
- untar
|
|
|
|
- uncompress
|
|
|
|
tools:
|
|
|
|
- untar:
|
|
|
|
description: |
|
|
|
|
Extract tar.gz files.
|
|
|
|
documentation: https://www.gnu.org/software/tar/manual/
|
|
|
|
licence: ["GPL-3.0-or-later"]
|
|
|
|
input:
|
2022-03-21 14:58:19 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2022-03-21 14:07:59 +00:00
|
|
|
- archive:
|
|
|
|
type: file
|
|
|
|
description: File to be untar
|
|
|
|
pattern: "*.{tar}.{gz}"
|
|
|
|
output:
|
2022-03-21 14:58:19 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2022-03-21 14:07:59 +00:00
|
|
|
- untar:
|
2022-09-14 09:16:28 +00:00
|
|
|
type: directory
|
|
|
|
description: Directory containing contents of archive
|
|
|
|
pattern: "*/"
|
2022-03-21 14:07:59 +00:00
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
authors:
|
|
|
|
- "@joseespinosa"
|
|
|
|
- "@drpatelh"
|
2022-09-14 09:16:28 +00:00
|
|
|
- "@matthdsm"
|
|
|
|
- "@jfy133"
|