ngs

CI: Status crates.io version crates.io downloads License: Apache 2.0 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

Using Docker

bash docker pull ghcr.io/stjude-rust-labs/ngs docker run -it --rm --volume "$(pwd)":/data ghcr.io/stjude-rust-labs/ngs

/data is the working directory of the docker image. Running this command from the directory with your data will allow the continer to act on those files.

Note: Currently the latest tag refers to the latest release of ngs and not the most recent code changes in this repository.

🖥️ 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.