marbl / meryl

A genomic k-mer counter (and sequence utility) with nice features.
111 stars 11 forks source link

Meryl

This is 'meryl', a near total rewrite of 'meryl' that appeared in both project kmer and Celera Assembler.

IMPORTANT: Get the latest meryl code from this repo. This is not compatible with old meryl dbs built from canu 1.8 or earlier. The new meryl is significantly faster than the previous version.

meryl dbs are no longer in .mcdat and .mcidx file format. Meryl db is now designed as a DIRECTORY, containing 64 binaries + 64 indexes (128 files).

Dependency

Installation

build

cd meryl/src make -j 24 export PATH=/path/to/meryl/*/bin:$PATH



## Evaluate assemblies with k-mers and more

See [Merqury](https://github.com/marbl/merqury).

## Citing Meryl

We didn't want to suffer the world with yet another k-mer counting paper, so we stuffed meryl into the merqury methods:
>Rhie, A., Walenz, B.P., Koren, S. et al. Merqury: reference-free quality, completeness, and phasing assessment for genome assemblies. Genome Biol 21, 245 (2020). https://doi.org/10.1186/s13059-020-02134-9