Extract files from tar, tar.gz, tar.bz2, tar.xz archives
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
archive{:bash}
:file
File to be untarred
*.{tar,tar.gz,tar.bz2,tar.xz}
untar{:bash}
*/
${prefix}{:bash}
versions_untar{:bash}
${task.process}{:bash}
:string
The name of the process
The name of the tool
tar --version 2>&1 | head -1 | sed "s/tar (GNU tar) //; s/ Copyright.*//"{:bash}
:eval
The expression to obtain the version of the tool
versions{:bash}
Extract tar, tar.gz, tar.bz2, tar.xz files.