liblrge 0.2.1

Genome size estimation from long read overlaps
Documentation
1
2
3
4
5
6
7
8
9
10
11
# liblrge

![docs.rs](https://img.shields.io/docsrs/liblrge)
![Crates.io Version](https://img.shields.io/crates/v/liblrge)
![Crates.io Total Downloads](https://img.shields.io/crates/d/liblrge)
[![check](https://github.com/mbhall88/lrge/actions/workflows/check.yml/badge.svg)](https://github.com/mbhall88/lrge/actions/workflows/check.yml)

This is a Rust library for estimating genome size from long read overlaps. The library is used by the `lrge` command 
line tool documented in the [root of this repository](https://www.github.com/mbhall88/lrge).

See the [documentation](https:docs.rs/liblrge) for example usage and API documentation.