Download


The source code of RiboDiff can be downloaded from Github.

You can clone RiboDiff through command line:

 cd /YOUR/PATH/TO/STORE/RiboDiff/SOURCE/CODE 
 git clone https://github.com/ratschlab/RiboDiff.git 

Alternatively, you can download the source code from:

https://github.com/ratschlab/RiboDiff/releases


Installation


Please refer to the INSTALL file in the source code package to install RiboDiff.


Requirements


RiboDiff is written in Python. To run it, it requires the following packages installed beforehand:

  • Python2 >= 2.6.6
  • Numpy >= 1.8.0
  • Scipy >= 0.13.3
  • Matplotlib >= 1.3.0
  • Statsmodels >= 0.5.0