8000 GitHub - AndreaGuarracino/meryl: A genomic k-mer counter (and sequence utility) with nice features.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from marbl/meryl

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

Notifications You must be signed in to change notification settings

AndreaGuarracino/meryl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • gcc 7.4.0 or higher (tested on 10.2.0)

Installation

Release version: download a stable release version

# Example for Linux-amd64
wget https://github.com/marbl/meryl/releases/download/v1.4/meryl-1.4.Linux-amd64.tar.xz
tar -xJf meryl-1.4.Linux-amd64.tar.xz
export PATH=/path/to/meryl-1.4/bin:$PATH

Experimental tip (use git 2.25.1 or higher):

git clone https://github.com/marbl/meryl.git

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

Sequence

This is 'sequence', a utility for working with sequence files.

Evaluate assemblies with k-mers and more

See 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

534A

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.8%
  • C++ 10.7%
  • Makefile 5.6%
  • Perl 3.1%
  • Shell 2.8%
  • Python 1.0%
0