pan2met: predict metabolic network at pangenome scale, an alternative development in rust
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-25 16:30:40 +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: Use genomic context as a boost in PathwayScore 2026-08-20 16:07:21 +02:00
src feat: Use genomic context as a boost in PathwayScore 2026-08-20 16:07:21 +02:00
tests before merging 2026-08-20 14:45:22 +02:00
tools feat: Export a real monomer and complex peptide catalysis link 2026-08-25 16:30:40 +02:00
website doc: Some information on the genomic context 2026-08-25 11:22:18 +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 feat(wip): Finding pathways that are located on an operon-like region of the pangenome 2026-07-24 17:01:22 +02:00
Cargo.lock feat(wip): Finding pathways that are located on an operon-like region of the pangenome 2026-07-24 17:01:22 +02:00
Cargo.toml feat(wip): Finding pathways that are located on an operon-like region of the pangenome 2026-07-24 17:01:22 +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 before merging 2026-08-20 14:45:22 +02:00
LICENSE switch LICENSE from GPL to CeCILL 2026-06-17 09:37:23 +02:00
README.md feat(wip): Finding pathways that are located on an operon-like region of the pangenome 2026-07-24 17:01:22 +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

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.