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