Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claymcleod/rge

Reference genome explorer
https://github.com/claymcleod/rge

Last synced: about 2 months ago
JSON representation

Reference genome explorer

Awesome Lists containing this project

README

        



rge



CI: Status


crates.io version

crates.io downloads

License: MIT


License: MIT


Reference genome explorer command-line tool.




Request Feature
ยท
Report Bug
ยท
โญ Consider starring the repo! โญ


## ๐ŸŽจ Features

* **Pseudoautosomal Region detection.** Detects whether the pseudoautosomal region of chromosomes X and Y is present within the reference genome and, if so, what the coordinates of the PARs are.

## ๐Ÿ“š Getting Started

### Installation

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
```

## ๐Ÿ–ฅ๏ธ Development

To bootstrap a development environment, please use the following commands.

```bash
# Clone the repository
git clone [email protected]:claymcleod/rge.git
cd rge

# Run the command line tool using cargo.
cargo run -- -h
```

## ๐Ÿšง๏ธ Tests

```bash
# Run the project's tests.
cargo test

# Ensure the project doesn't have any linting warnirge.
cargo clippy

# Ensure the project passes `cargo fmt`.
cargo fmt --check
```

## Minimum Supported Rust Version (MSRV)

The minimum supported Rust version for this project is 1.64.0.

## ๐Ÿค Contributing

Contributions, issues and feature requests are welcome! Feel free to check
[issues page](https://github.com/claymcleod/rge/issues).

## ๐Ÿ“ License

Copyright ยฉ 2021-Present Clay McLeod. This project is [MIT][license-mit] or [Apache 2.0][license-apache] licensed at your discretion.

[contributing-md]: https://github.com/claymcleod/rge/blob/master/CONTRIBUTING.md
[license-mit]: https://github.com/claymcleod/rge/blob/master/LICENSE-MIT
[license-apache]: https://github.com/claymcleod/rge/blob/master/LICENSE-APACHE