diff --git a/README.md b/README.md index b68250d..435d732 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bigtools [![crates.io](https://img.shields.io/crates/v/bigtools.svg)](https://crates.io/crates/bigtools) -[![Documentation](https://docs.rs/bigtools/badge.svg)](https://docs.rs/bigtools) +[![Rust Docs](https://docs.rs/bigtools/badge.svg)](https://docs.rs/bigtools) [![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.10606493.svg)](https://doi.org/10.5281/zenodo.10606493) Bigtools is a library and associated tools for reading and writing bigwig and bigbed files. @@ -25,6 +25,8 @@ Bigtools is written in Rust and published to `crates.io`, so binaries can be ins ## Library +See the `bigtools` 🦀 [Documentation](https://docs.rs/bigtools). + ### Example ```rust,norun @@ -41,6 +43,10 @@ for interval in chr1 { TODO +## Python wrapper + +See the `pybigtools` 🐍 [API Documentation](https://bigtools.readthedocs.io/en/latest). + ## Benchmarks [Benchmarks]: #Benchmarks