Extract files.
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
archive
:file
File to be untar
*.{tar}.{gz}
files
${prefix}/**
:string
A list containing references to individual archive files
*/**
versions_tar
${task.process}
The name of the process
tar
The name of the tool
tar --version 2>&1 | sed '1s/^.*(GNU tar) //;q'
:eval
The expression to obtain the version of the tool
versions
Extract tar.gz files.