rnafamprob

Crates.iornafamprob
lib.rsrnafamprob
version0.1.0
sourcesrc
created_at2019-10-22 01:21:52.733728
updated_at2019-10-22 01:21:52.733728
descriptionRNAfamProb Program, Program for Estimations of Posterior Probabilities on RNA Structural Alignment
homepage
repositoryhttps://github.com/heartsh/rnafamprob
max_upload_size
id174573
size13,909,962
Heartsh (heartsh)

documentation

README

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.

Commit count: 196

cargo fmt