Rust implementation of a pan2met
Find a file
Samuel ORTION 1da00b25ea
Some checks failed
lints / format (ubuntu-latest, stable) (push) Has been cancelled
lints / clippy (ubuntu-latest, stable) (push) Has been cancelled
msrv / msrv (push) Has been cancelled
release-plz / Release-plz (push) Has been cancelled
tests / check (macos-latest, beta) (push) Has been cancelled
tests / check (macos-latest, nightly) (push) Has been cancelled
tests / check (macos-latest, stable) (push) Has been cancelled
tests / check (ubuntu-latest, beta) (push) Has been cancelled
tests / check (ubuntu-latest, nightly) (push) Has been cancelled
tests / check (ubuntu-latest, stable) (push) Has been cancelled
tests / check (windows-latest, beta) (push) Has been cancelled
tests / check (windows-latest, nightly) (push) Has been cancelled
tests / check (windows-latest, stable) (push) Has been cancelled
tests / tests (macos-latest, beta) (push) Has been cancelled
tests / tests (macos-latest, nightly) (push) Has been cancelled
tests / tests (macos-latest, stable) (push) Has been cancelled
tests / tests (ubuntu-latest, beta) (push) Has been cancelled
tests / tests (ubuntu-latest, nightly) (push) Has been cancelled
tests / tests (ubuntu-latest, stable) (push) Has been cancelled
tests / tests (windows-latest, beta) (push) Has been cancelled
tests / tests (windows-latest, nightly) (push) Has been cancelled
tests / tests (windows-latest, stable) (push) Has been cancelled
website / website (push) Has been cancelled
chore: fmt and clippy
2026-06-18 15:07:32 +02:00
.github fix: github workflow 2026-06-17 10:44:37 +02:00
.gitlab/ci Initial commit 2026-06-06 21:06:16 +02:00
benches doc: Add some lines to the changelog 2026-06-17 09:58:27 +02:00
conf feat: Add pathway score heuristics 2026-06-18 13:47:43 +02:00
src chore: fmt and clippy 2026-06-18 15:07:32 +02:00
tests doc: Add some lines to the changelog 2026-06-17 09:58:27 +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
AUTHORS feat: Add pathway score heuristics 2026-06-18 13:43:05 +02:00
book.toml doc: Add some lines to the changelog 2026-06-17 09:58:27 +02:00
Cargo.lock feat: Add pathway score heuristics 2026-06-18 13:47:43 +02:00
Cargo.toml feat: make the configuration globally accessible 2026-06-18 14:55:15 +02:00
CHANGELOG.md doc: Update changelog and readme 2026-06-18 15:05:42 +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 switch LICENSE from GPL to CeCILL 2026-06-17 09:37:23 +02:00
README.md doc: Update changelog and readme 2026-06-18 15:05:42 +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 = { version = "0.1" }

From source

git clone https://github.com/labgem/pan2met-rs.git/
cd pan2met-rs
cargo install --path

Minimum Supported Rust Version

Currently the minimum supported Rust version is 1.86.