diff --git a/microbiorust-py/Cargo.toml b/microbiorust-py/Cargo.toml index 166d138..3c58d36 100644 --- a/microbiorust-py/Cargo.toml +++ b/microbiorust-py/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["bioinformatics","micro","bio","genomics","sequence-analysis"] description = "Microbiology friendly bioinformatics Rust functions" categories = ["science::bioinformatics::sequence-analysis", "science::bioinformatics::genomics", "science::bioinformatics","science","data-structures"] exclude = [".git",".gitignore"] -repository = "https://github.com/LCrossman/microBioRust" +repository = "https://github.com/microBioRust/microBioRust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lints.rust] diff --git a/microbiorust-py/README.md b/microbiorust-py/README.md index 424e9ef..1a8c235 100644 --- a/microbiorust-py/README.md +++ b/microbiorust-py/README.md @@ -1,11 +1,11 @@ # microbiorust-py - + **Python bindings for [microBioRust](https://github.com/LCrossman/microBioRust) — a high-performance, modular bioinformatics toolkit written in Rust.** - + microBioRust is the core Rust Crate `microbiorust-py` provides fast and memory-efficient bioinformatics functionality to Python users by leveraging the power of Rust, exposed through [PyO3](https://github.com/PyO3/pyo3). This package aims to offer an alternative to libraries like Biopython, with a focus on speed, correctness, and extensibility. - + --- ## Features