Skip to content

Merqury v1.0

Compare
Choose a tag to compare
@arangrhie arangrhie released this 24 Mar 20:58
· 116 commits to master since this release

This version was used to generate the plots and statistics in the preprint:

Arang Rhie, Brian P. Walenz, Sergey Koren, Adam M. Phillippy, Merqury: reference-free quality and phasing assessment for genome assemblies, bioRxiv (2020). doi: https://doi.org/10.1101/2020.03.15.992941

This version is compatible and tested with Meryl v1.0.

Download the release source file and extract. No additional compiling or building needed.
Simply add MERQURY as a path variable and we are good to go.

wget https://github.com/marbl/merqury/archive/v1.0.tar.gz
tar -zxvf merqury-1.0.tar.gz
cd merqury
export MERQURY=$PWD

Add installation dir paths for dependent tools if modules for them are not available: bedtools, samtools, igvtools, and Rscript to your environment (~/.bash_profile or ~/.profile). source it.