Skip to content

Commit e1f2eb3

Browse files
authored
Merge pull request #36 from microBioRust/main
compare across forks
2 parents 483a767 + f1c7851 commit e1f2eb3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

microbiorust-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["bioinformatics","micro","bio","genomics","sequence-analysis"]
77
description = "Microbiology friendly bioinformatics Rust functions"
88
categories = ["science::bioinformatics::sequence-analysis", "science::bioinformatics::genomics", "science::bioinformatics","science","data-structures"]
99
exclude = [".git",".gitignore"]
10-
repository = "https://github.com/LCrossman/microBioRust"
10+
repository = "https://github.com/microBioRust/microBioRust"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
[lints.rust]

microbiorust-py/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# microbiorust-py
2-
2+
33
**Python bindings for [microBioRust](https://github.com/LCrossman/microBioRust) — a high-performance, modular bioinformatics toolkit written in Rust.**
4-
4+
55
microBioRust is the core Rust Crate
66

77
`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.
8-
8+
99
---
1010

1111
## Features

0 commit comments

Comments
 (0)