RiboKit : Biers

Basic Inference Engine for RNA Structure

Installation

Biers requires MATLAB installation. Unlike HiTRACE, it has no restrictions on versions.

To install Biers, simply:

git clone https://github.com/ribokit/Biers.git
export DATAPATH=$HOME/src/RNAstructure/data_tables/
export VARNA=$HOME/src/VARNA.jar

See also the Biers Dependencies page.


In order to get Biers running with RNAstructure in MATLAB, you have to launch MATLAB from terminal every time.

This is due to the inheritance of DATAPATH environment variable. To launch MATLAB from terminal, run:

/Applications/MATLAB_R20XXa.app/bin/matlab

Replace your MATLAB version in the command.

We recommend creating an alias to save us some time in the future. Edit the ~/.bash_profile, add a line:

alias matlab=/Applications/MATLAB_R20XXa.app/bin/matlab

Again, restart your terminal to take effect. Now you only need to type matlab to launch MATLAB!


A complete guide on the whole setup, including gcc, RNAstructure, VARNA, is described at the Biers dependencies page.



Built with Jekyll using a RiboKit Theme . Hosted on GitHub Pages.