1RNAlocmin
2=========
3
4Finds local minima of RNA + constructs barrier tree
5
6
7Installation
8============
9
10First make sure that you have ViennaRNA package installed and that paths in Makefile:
11
12"ViennaRNA" points to header files ("H" directory in ViennaRNA)
13"ViennaLIB" points to "libRNA.a" library
14
15Then make sure you have "gengetopt" installed and your g++ compiler supports c++11 standard.
16Then simple "make" should do it.
17
18
19