Rust implementation of a pan2met
Find a file
Samuel Ortion bf5cfebaae
Initial commit
- init with template from gh:natir/copier-rust
- use padmet-rs
- implement some decision rules
2026-06-06 21:06:16 +02:00
.gitlab/ci Initial commit 2026-06-06 21:06:16 +02:00
benches Initial commit 2026-06-06 21:06:16 +02:00
src Initial commit 2026-06-06 21:06:16 +02:00
tests Initial commit 2026-06-06 21:06:16 +02:00
website Initial commit 2026-06-06 21:06:16 +02:00
.copier-answers.yml Initial commit 2026-06-06 21:06:16 +02:00
.gitignore Initial commit 2026-06-06 21:06:16 +02:00
.gitlab-ci.yml Initial commit 2026-06-06 21:06:16 +02:00
book.toml Initial commit 2026-06-06 21:06:16 +02:00
Cargo.lock Initial commit 2026-06-06 21:06:16 +02:00
Cargo.toml Initial commit 2026-06-06 21:06:16 +02:00
CHANGELOG.md Initial commit 2026-06-06 21:06:16 +02:00
CODE_OF_CONDUCT.md Initial commit 2026-06-06 21:06:16 +02:00
CONTRIBUTING.md Initial commit 2026-06-06 21:06:16 +02:00
LICENSE Initial commit 2026-06-06 21:06:16 +02:00
README.md Initial commit 2026-06-06 21:06:16 +02:00
release-plz.toml Initial commit 2026-06-06 21:06:16 +02:00
tarpaulin.toml Initial commit 2026-06-06 21:06:16 +02:00

pan2met-rs 🧬 💻

tests lints msrv website dev-doc license copier

predict metabolic pathways

Usage

Add this in your Cargo.toml

pan2met-rs = { version = "0.1" }

From source

git clone {repository_uri}
cd 
cargo install --path

How to cite

Samuel Ortion, pan2met-rs: predict metabolic pathways, JOSS, https://doi.org/XXXXXXX

Minimum Supported Rust Version

Currently the minimum supported Rust version is 1.86.