Prediction Tool for RNA Consensus Secondary Structures to Consider RNA Pairwise Structural Alignments

Installation

This project is written mainly 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 done by Rustup, and Rustup enable to easily switch a compiler in use. Also you need to install the Centroid RNA package to predict posterior pairing probabilities on global consensus RNA secondary structure. You can install ConsAlifold as follows: bash $ cargo install consalifold Check if you have installed Rust properly as follows: bash $ consalifold # Its available command options will be displayed. By the following Python script, you can reproduce the figures shown in the paper describing ConsAlifold's principle: bash $ cd src $ ./run_all.py # Please install python packages required to this reproduction. Saved figures will appear at the "../assets/images" directory.

Author

Heartsh

License

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