nf-core/md5sum @ 0.0.0-6c4ed3a
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:29:42 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmd5sum/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/md5sum/blobs/sha256:dbf99ebcb2eb5ce30082abdc7f3107e5419946da177d8eb560af77cd55ee3fff |
| Size | 2.9 KB |
| Checksum | sha256:dbf99ebcb2eb5ce30082abdc7f3107e5419946da177d8eb560af77cd55ee3fff |
| 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 | - |