rnafamprob 0.1.0

RNAfamProb Program, Program for Estimations of Posterior Probabilities on RNA Structural Alignment
Documentation

RNAfamProb Program, Program for Estimations of Posterior Probabilities on RNA Structural alignment

This project provides the RNAfamProb program, a program for estimations of posterior probabilities on RNA structural alignment.

Installation

This project has been written in mainly Rust, a systems programming language. So first, you need to install the Rust compiler, package manager, and standard library. Visit the Rust website to see more about this language. You can install these 3 components with 1 line as follows:

$ curl https://sh.rustup.rs -sSf | sh

The above installation is done by Rustup, so you can easily switch a compiler in use. Now you can install the RNAfamProb program as follows:

$ cargo install rnafamprob

Check if this program has been installed properly as follows:

$ rnafamprob

If you're interested in how much fast this program is, run the benchmark prepared for this program as follows:

$ git clone https://github.com/heartsh/rnafamprob && cd rnafamprob
$ cargo test --release -- --nocapture

Author

Heartsh

License

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