Mercurial > repos > vimalkumarvelayudhan > riboplot
changeset 32:fc2094c0f355
Update README (notes on matplotlib)
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Fri, 30 Oct 2015 10:10:05 +0000 |
parents | 69f43f4144df |
children | 42fe64cac818 |
files | README.rst |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Fri Oct 30 10:01:30 2015 +0000 +++ b/README.rst Fri Oct 30 10:10:05 2015 +0000 @@ -16,16 +16,18 @@ Documentation: http://pythonhosted.org/riboplot -Repository: https://github.com/vimalkumarvelayudhan/riboplot +Repository: https://github.com/vimalkvn/riboplot .. note:: - RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed. + 1. 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``. + 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:: + On Ubuntu and derivatives, bedtools can be installed from the repositories using:: - sudo apt-get install bedtools + sudo apt-get install bedtools + 2. Matplotlib installation requires freetype headers and libraries installed + (``libfreetype6-dev`` on Ubuntu 14.04).