Description

Create MD5 (128-bit) checksums

Input

name:type
description
pattern

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.

Output

name:type
description
pattern

checksum

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.md5

:file

File containing checksum

*.md5

versions_md5sum

${task.process}

:string

The name of the process

md5sum

:string

The name of the tool

md5sum --version | sed '1!d; s/.* //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

md5sum

:string

The name of the tool

md5sum --version | sed '1!d; s/.* //'

:eval

The expression to obtain the version of the tool

Tools

md5sum
GPL-3.0-or-later

Create MD5 (128-bit) checksums for each file