Reference genome explorer command-line tool.
Request Feature
·
Report Bug
·
⭐ Consider starring the repo! ⭐
To install the latest released version, you can simply use cargo
.
bash
cargo install rge
To install the latest version on main
, you can use the following command.
bash
cargo install --locked --git https://github.com/claymcleod/rge.git
To bootstrap a development environment, please use the following commands.
```bash
git clone git@github.com:claymcleod/rge.git cd rge
cargo run -- -h ```
```bash
cargo test
cargo clippy
cargo fmt
.cargo fmt --check ```
The minimum supported Rust version for this project is 1.64.0.
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Copyright © 2021-Present Clay McLeod. This project is MIT or Apache 2.0 licensed at your discretion.