Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microbiorust-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions microbiorust-py/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down