Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natir/br
Brutal Rewrite a long read corrector
https://github.com/natir/br
Last synced: 2 months ago
JSON representation
Brutal Rewrite a long read corrector
- Host: GitHub
- URL: https://github.com/natir/br
- Owner: natir
- License: mit
- Created: 2019-10-18T15:06:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:34:38.000Z (7 months ago)
- Last Synced: 2024-05-22T16:55:46.294Z (7 months ago)
- Language: Rust
- Size: 5.52 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/natir/br/blob/master/LICENSE)
![CI](https://github.com/natir/br/workflows/CI/badge.svg)
[![Documentation](https://github.com/natir/br/workflows/Documentation/badge.svg)](https://natir.github.io/br/br)
[![CodeCov](https://codecov.io/gh/natir/br/branch/master/graph/badge.svg)](https://codecov.io/gh/natir/br)# Brutal Rewrite, a long read kmer corrector 🧬 💻
- [Instalation](#instalation)
- [Usage](#usage)
- [Minimum supported Rust version](#minimum-supported-rust-version)
- [Citation](#citation)## Instalation
If you haven't a rust environment you can use [rustup](https://rustup.rs/) or your package manager.
### With cargo
Recommended solution.
```
cargo install --git https://github.com/natir/br.git
```### With source
```
git clone https://github.com/natir/br.git
cd br
cargo install --path .
```## Usage
WIP
## Minimum supported Rust version
Currently the minimum supported Rust version is 1.74.0.
## Citation
WIP