From 084f59ba1aa927ff78ff8f06faa70c37a7f589f5 Mon Sep 17 00:00:00 2001 From: Zachary Charlop-Powers Date: Sun, 29 Dec 2024 16:44:34 -0500 Subject: [PATCH] update the ferritin docs --- docs/index.qmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.qmd b/docs/index.qmd index 8c84fd5c..93f3ccde 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -39,6 +39,11 @@ Native Rust access to pymol `pse` binary files. [rust-docs](https://zachcp.gith Utilities for consuming and creating [molviewspec files](https://molstar.org/mol-view-spec/). [rust-docs](https://zachcp.github.io/ferritin/doc/ferritin_molviewspec/index.html). [source](https://github.com/zachcp/ferritin/tree/main/ferritin-molviewspec). +### Ferritin-ONNX-Models + +Access to protein PLM via the ONNX runtime. [rust-docs](https://zachcp.github.io/ferritin/doc/ferritin_onnx_models/index.html). [source](https://github.com/zachcp/ferritin/tree/main/ferritin-onnx-models). + + ### Ferritin-PLMs Utilities for working with protein language models. [rust-docs](https://zachcp.github.io/ferritin/doc/ferritin_plms/index.html). [source](https://github.com/zachcp/ferritin/tree/main/ferritin-plms).