×

nf-core/md5sum @ 0.0.0-0c7146d

Create MD5 (128-bit) checksums

Latest version: 0.0.0-6c4ed3a
Total downloads: 0
Source: nf-core/modules
Authors: @matthdsm
Maintainers: @matthdsm

Summary

Create MD5 (128-bit) checksums

Get started

Add the following snippet to your workflow script to include this module.

include { MD5SUM } from 'nf-core/md5sum'

License

MIT License

Process
Name MD5SUM
Input 2 channels
#1 tuple
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 2 channels
#1 checksum tuple
meta map

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

*.md5 file

File containing checksum

*.md5
#2 versions_md5sum tuple
${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

Tool Description Homepage
md5sum Create MD5 (128-bit) checksums for each file https://www.gnu.org
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:16:37 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fmd5sum/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/md5sum/blobs/sha256:c0e7dae80468dc77179321ca1a59c8660ffe39f5f485f6bc4c005ff03447aec6
Size 2.9 KB
Checksum sha256:c0e7dae80468dc77179321ca1a59c8660ffe39f5f485f6bc4c005ff03447aec6
Downloads 0
Version Date Status Downloads Size Diff
0.0.0-6c4ed3a 23 Apr 2026 15:29:42 (UTC) 0 2.9 KB
0.0.0-0c7146d 08 Apr 2026 19:16:37 (UTC) 0 2.9 KB -