Skip to content

Rust implementations of index structures for my Thesis at Unipept

Notifications You must be signed in to change notification settings

BramDevlaminck/FastPeptideMatching

Repository files navigation

Requirements

clang and cmake should be installed on the machine since it is used under the hood to create the C bindings in libsais64-rs.
On Debian Linux this can be installed by executing

 sudo apt install clang
 sudo apt install cmake

On MacOS clang is part of the Xcode Command Line Tools. cmake can be installed using brew

brew install cmake

Installation

Clone this repository with the following command:

https://github.com/BramDevlaminck/Thesis_rust_implementations.git

and initialize the git submodules by executing

git submodule update --init --recursive

About

Rust implementations of index structures for my Thesis at Unipept

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages