Mercurial > repos > vimalkumarvelayudhan > riboplot
diff docs/installation.rst @ 14:628f82e72d72
Version as released on PyPI 0.1.0
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Wed, 26 Aug 2015 16:37:10 +0100 |
parents | 8e1efafa6277 |
children |
line wrap: on
line diff
--- a/docs/installation.rst Fri Aug 21 12:37:54 2015 +0100 +++ b/docs/installation.rst Wed Aug 26 16:37:10 2015 +0100 @@ -1,7 +1,6 @@ ============ Installation ============ - At the command line:: $ easy_install riboplot @@ -9,4 +8,14 @@ Or, if you have virtualenvwrapper installed:: $ mkvirtualenv riboplot - $ pip install riboplot \ No newline at end of file + $ pip install riboplot + +.. note:: + + RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed. + + This release of riboplot has been tested with bedtools version ``2.17.0``. + + On Ubuntu and derivatives, bedtools can be installed from the repositories using:: + + sudo apt-get install bedtools