nf-core_modules/software/untar/meta.yml

28 lines
587 B
YAML
Raw Normal View History

2021-02-09 10:50:32 +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/
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"