×

nf-core/meryl/count @ 0.0.0-6c4ed3a

A genomic k-mer counter (and sequence utility) with nice features.

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @mahesh-panchal
Maintainers: @mahesh-panchal @gallvp

Summary

A genomic k-mer counter (and sequence utility) with nice features.

Get started

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

include { MERYL_COUNT } from 'nf-core/meryl/count'

License

MIT License

Process
Name MERYL_COUNT
Input 2 channels
#1 tuple
meta map

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

reads file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

kvalue integer

An integer value of k to use as the k-mer value.

Output 2 channels
#1 meryl_db tuple
meta map

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

*.meryl directory

A Meryl k-mer database

*.meryl
#2 versions_meryl tuple
${task.process} string

The name of the process

meryl string

The name of the tool

meryl --version |& sed 's/meryl //' eval

The expression to obtain the version of the tool

Tool Description Homepage
meryl A genomic k-mer counter (and sequence utility) with nice features. https://github.com/marbl/meryl
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:30:03 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fmeryl%2Fcount/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/meryl/count/blobs/sha256:dcb3ccb1efcc342d5d5ed990840a3d3d6875160f6d62e9470ca455fc1bc4f6af
Size 5.8 KB
Checksum sha256:dcb3ccb1efcc342d5d5ed990840a3d3d6875160f6d62e9470ca455fc1bc4f6af
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:30:03 (UTC) 3 5.8 KB
0.0.0-3fc6d40 22 Apr 2026 15:21:23 (UTC) 4 5.9 KB
0.0.0-0c7146d 08 Apr 2026 19:17:06 (UTC) 3 5.8 KB