Create MD5 (128-bit) checksums
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
files{:bash}
:file
Any number of files. One md5sum file will be generated for each.
*.*
as_separate_files{:bash}
:boolean
If true, each file will have its own md5sum file. If false, all files will be checksummed into a single md5sum file.
checksum{:bash}
*.md5{:bash}
File containing checksum
*.md5
versions_md5sum{:bash}
${task.process}{:bash}
:string
The name of the process
md5sum{:bash}
The name of the tool
md5sum --version | sed '1!d; s/.* //'{:bash}
:eval
The expression to obtain the version of the tool
versions{:bash}
Create MD5 (128-bit) checksums for each file