nf-core/merfin/hist @ 0.0.0-6c4ed3a
Summary
Compare k-mer frequency in reads and assembly to devise the metrics K* and QV*
Get started
Add the following snippet to your workflow script to include this module.
include { MERFIN_HIST } from 'nf-core/merfin/hist'
License
MIT License
Name
|
MERFIN_HIST |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta_assembly
file
|
Genome assembly in FASTA; uncompressed, gz compressed [REQUIRED] *.{fasta, fasta.gz}
|
meta1
map
|
Groovy Map containing sample read information e.g. |
|---|---|
meryl_db_reads
file
|
K-mer database produced from raw reads using Meryl [REQUIRED] *.{meryl_db}
|
lookup_table
file
|
Input vector of k-mer probabilities (obtained by genomescope2 with parameter --fitted_hist) [OPTIONAL] lookup_table.txt
|
|---|
seqmers
file
|
Input for pre-built sequence meryl db. By default, the sequence meryl db will be generated from the input genome assembly [OPTIONAL] *.{meryl_db}
|
|---|
peak
float
|
Input to hard set copy 1 and infer multiplicity to copy number. Can be calculated using genomescope2 [REQUIRED] |
|---|
hist
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hist
file
|
The generated 0-centered k* histogram for sequences in <fasta_assembly.fasta>. Positive k* values are expected collapsed copies. Negative k* values are expected expanded copies. Closer to 0 means the expected and found k-mers are well balanced, 1:1. *.{hist}
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
log_stderr
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hist.stderr.log
file
|
Log (stderr) of hist tool execution. The QV and QV* metrics are reported at the end. *.{hist.stderr.log}
|
| Tool | Description | Homepage |
|---|---|---|
| merfin | Merfin (k-mer based finishing tool) is a suite of subtools to variant filtering, assembly evaluation and polishing via k-mer validation. The subtool -hist estimates the QV (quality value of [Merqury](https://github.com/marbl/merqury)) for each scaffold/contig and genome-wide averages. In addition, Merfin produces a QV* estimate, which accounts also for kmers that are seen in excess with respect to their expected multiplicity predicted from the reads. | https://github.com/arangrhie/merfin |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:29:52 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmerfin%2Fhist/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/merfin/hist/blobs/sha256:4527482ba813484bfd7614633543a734a3b28499642816d15351651ceddbd89b |
| Size | 4.4 KB |
| Checksum | sha256:4527482ba813484bfd7614633543a734a3b28499642816d15351651ceddbd89b |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:29:52 (UTC) | 3 | 4.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:21:19 (UTC) | 3 | 4.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:16:52 (UTC) | 3 | 4.4 KB |