Extract files from tar, tar.gz, tar.bz2, tar.xz archives
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}
untar
*/
${prefix}
versions_untar
${task.process}
:string
The name of the process
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
versions
Extract tar, tar.gz, tar.bz2, tar.xz files.