#rna #bioinformatics #secondary-structure

bin+lib conshomfold

ConsHomfold, which Predicts Global Single RNA Secondary Structures to Consider Sparse Global Pairwise RNA Structural Alignments

2 releases

Uses old Rust 2015

0.1.1 Nov 13, 2020
0.1.0 Jul 13, 2020

#6 in #secondary-structure

MIT license

17MB
1.5K SLoC

Python 1K SLoC // 0.0% comments Rust 251 SLoC // 0.1% comments

ConsHomfold, which Predicts Global Single RNA Secondary Structures to Consider Sparse Global Pairwise RNA Structural Alignments

Installation

This project has been written in mainly Rust, a systems programming language. You need to install the Rust components, which are rustc (the Rust compiler), cargo (the Rust package manager), and the Rust standard library. Visit the Rust website to see more about the language. You can install the components with one line as follows:

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

The above installation is done by Rustup, so you can easily switch a compiler to use. You can install the ConsHomfold as follows:

$ cargo install conshomfold

Check if the program has been installed properly as follows:

$ conshomfold # Its available command options will be displayed.

The figures shown in the paper of the program can be reproduced:

$ cd src
$ ./run_all.py # Install python packages required to the reproduction. Saved figures will appear at the "../assets/images" directory.

Author

Heartsh

License

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

Dependencies

~58MB
~1.5M SLoC