Description

Create MD5 (128-bit) checksums

Input

name:type
description
pattern

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.

Output

name:type
description
pattern

checksum{:bash}

meta{:bash}

:map

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

*.md5{:bash}

:file

File containing checksum

*.md5

versions_md5sum{:bash}

${task.process}{:bash}

:string

The name of the process

md5sum{:bash}

:string

The name of the tool

md5sum --version | sed '1!d; s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

md5sum{:bash}

:string

The name of the tool

md5sum --version | sed '1!d; s/.* //'{:bash}

: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