Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

abdenlab/oxbow

Repository files navigation

oxbow

Oxbow is a genomic data I/O library that models and translates next-generation sequencing (NGS) file formats into Apache Arrow representations, opening up genomic data to a richer ecosystem of computational tools.

For example, through oxbow you can access conventional NGS files as in-memory or larger-than-memory data frames in Python, R, and more. Check out the quickstart guide to see how it works.

Read the documentation.

The project is organized as a multi-package monorepo with three main components:

  1. rs-oxbow (oxbow/) - A reusable, Rust library providing core parsing and streaming functionality (https://docs.rs/oxbow/)
  2. py-oxbow (py-oxbow/) - Python bindings built with PyO3/maturin
  3. r-oxbow (r-oxbow/) - R bindings built with rextendr (minimal, under development)

Data I/O is handled entirely in Rust, with rich high-level features exposed via Python and R.

Learn more from our blog post.

Contributing

Want to contribute? See the contributing guide.

About

Oxbow makes genomic data ready for high-performance analytics.

Topics

Resources

Readme

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

Contributors

Languages