From c2042d29d514bd683ca82d067808aa20b1dc6fc0 Mon Sep 17 00:00:00 2001 From: Martin Larralde <martin.larralde@embl.de> Date: Thu, 11 May 2023 17:02:44 +0200 Subject: [PATCH] Add links to both versions of the library in `README.md` [ci skip] --- README.md | 2 ++ lightmotif-py/README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 1291676..f929a82 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ of sequences: inspired by Michael Farrar[\[3\]](#ref3). - Vectorized matrix row look-up using `permute` instructions of [AVX2](https://fr.wikipedia.org/wiki/Advanced_Vector_Extensions). +*This is the Rust version, there is a [Python package](https://pypi.org/project/lightmotif) available as well.* + ## 💡 Example ```rust diff --git a/lightmotif-py/README.md b/lightmotif-py/README.md index c5ac309..9007240 100644 --- a/lightmotif-py/README.md +++ b/lightmotif-py/README.md @@ -43,6 +43,7 @@ of sequences: inspired by Michael Farrar[\[3\]](#ref3). - Vectorized matrix row look-up using `permute` instructions of [AVX2](https://fr.wikipedia.org/wiki/Advanced_Vector_Extensions). +*This is the Python version, there is a [Rust crate](https://crates.io/crates/lightmotif) available as well.* ## 🔧 Installing -- GitLab