This project is written in Rust, a systems programming language.
You need to install Rust components, i.e., rustc (the Rust compiler), cargo (the Rust package manager), and the Rust standard library.
Visit the Rust website to see more about Rust.
You can install Rust components with the following one line:
bash
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
The above installation is arranged by Rustup, and Rustup enables to easily switch a compiler in use.
You can install ConsProb:
bash
$ cargo install consprob
Check if you have installed ConsProb properly:
bash
$ consprob # Its available command options will be displayed
You can run ConsProb with a prepared test set of sampled tRNAs:
bash
$ git clone https://github.com/heartsh/consprob && cd consprob
$ cargo test --release -- --nocapture
Copyright (c) 2018 Heartsh
Licensed under the MIT license.