Compress file lists to produce ZIP archive files
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
files
:file
File or list of files to be zipped
zipped_archive
${prefix}.zip
ZIP file
*.zip
versions_zip
${task.process}
:string
The name of the process
zip
The name of the tool
7za i 2>&1 | grep 'p7zip Version' | sed 's/.*p7zip Version //; s/(.*//'
:eval
The expression to obtain the version of the tool
versions
p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip, see www.7-zip.org) for Unix.