Getting started
General requirements
In order to use the enhanced mode of DIBER recent version of PHASER needs to be installed and configured in Your system. DIBER classification was trained with scores obtained using version 2.1.1 and this should guarantee the most reliable predictions. Remember that You need a valid license to use this program.
Installing binaries on Linux
The RIBER/DIBER executable was compiled under Debian Lenny. To install RIBER/DIBER download the latest rdiber_X.Y.Z.tar.gz, unpack the gzipped tar archive with a command
tar xvzf rdiber_X.Y.Z.tar.gz
and define the following environmental variables:
in bash:
export RDIBER=/path/to/rdiber
export PATH=$PATH:$DIBER/bin
in tcsh:
setenv RDIBER /path/to/rdiber
setenv PATH ${PATH}:${RDIBER}/bin
Installing from sources on Linux
RIBER/DIBER executable should run on most of the modern Linux distributions. For distributions with old standard C/C++ libraries, RIBER/DIBER has to be compiled from source. To compile DIBER, do the following:
cd /path/to/rdiber/src make
RIBER/DIBER has been tested most extensively under several versions of Ubuntu and Debian. If you find bugs under any other operating system, please let us know the details so we could fix them!
MS Windows
Windows version is not yet available. You can use RIBER/DIBER on-line instead.
OS X
Sorry, DIBER for OSX is not yet available. You can use RIBER/DIBER on-line instead.
Testing RIBER/DIBER installation
You can test RIBER/DIBER on one of the example datasets using attached shell scripts
cd /path/to/rdiber/examples ./test_protein.com ./test_protein_dna.com ./test_dna.com ./test_rna.com