Quick Inference Engine for Average Posterior Probabilities on RNA Pairwise Structural Alignment

Installation

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 $ RUSTFLAGS='--emit asm -C target-feature=+avx -C target-feature=+ssse3 -C target-feature=+mmx' cargo install consprob # AVX, SSE, and MMX enabled for rustc (another example: RUSTFLAGS='--emit asm -C target-feature=+avx2 -C target-feature=+ssse3 -C target-feature=+mmx -C target-feature=+fma') 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

Author

Heartsh

License

Copyright (c) 2018 Heartsh
Licensed under the MIT license.