ngs

CI: Status crates.io version crates.io downloads License: MIT

Command line utility for working with next-generation sequencing files.
Explore the docs »

Request Feature · Report Bug · ⭐ Consider starring the repo! ⭐

🎨 Features

Guiding Principles

📚 Getting Started

Installation

To install the latest released version, you can simply use cargo.

bash cargo install ngs

To install the latest version on main, you can use the following command.

bash cargo install --locked --git https://github.com/stjude-rust-labs/ngs.git

🖥️ Development

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

```bash

Clone the repository

git clone git@github.com:stjude-rust-labs/ngs.git cd ngs

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 warnings.

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.

📝 License

Copyright © 2021-Present St. Jude Children's Research Hospital.

This project is licensed as either Apache 2.0 or MIT at your discretion.