#rna #bioinformatics #secondary-structure

bin+lib neofold

NeoFold Program, Program for Maximum-expected-accuracy Estimations of RNA Secondary Structures with Incorporating Homologous-RNA sequences

1 unstable release

Uses old Rust 2015

0.1.0 Oct 22, 2019

#9 in #secondary-structure

MIT license

155KB
802 lines

NeoFold Program, Program for Maximum-expected-accuracy Estimations of RNA Secondary Structures with Incorporating Homologous-RNA sequences

This project provides the NeoFold Program, a program for the maximum-expected-accuracy estimations of RNA secondary structures with incorporating homologous-RNA sequences.

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 to use. Now you can install the NeoFold program as follows:

$ cargo install neofold

Check if this program has been installed properly as follows:

$ neofold

Author

Heartsh

License

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

Dependencies

~72MB
~1.5M SLoC