comparison README.rst @ 32:fc2094c0f355

Update README (notes on matplotlib)
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 30 Oct 2015 10:10:05 +0000
parents b26c8f3b5aa6
children 42fe64cac818
comparison
equal deleted inserted replaced
31:69f43f4144df 32:fc2094c0f355
14 14
15 Free software: GPL license 15 Free software: GPL license
16 16
17 Documentation: http://pythonhosted.org/riboplot 17 Documentation: http://pythonhosted.org/riboplot
18 18
19 Repository: https://github.com/vimalkumarvelayudhan/riboplot 19 Repository: https://github.com/vimalkvn/riboplot
20 20
21 21
22 .. note:: 22 .. note::
23 23
24 RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed. 24 1. RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed.
25 25
26 This release of riboplot has been tested with bedtools version ``2.17.0``. 26 This release of riboplot has been tested with bedtools version ``2.17.0``.
27 27
28 On Ubuntu and derivatives, bedtools can be installed from the repositories using:: 28 On Ubuntu and derivatives, bedtools can be installed from the repositories using::
29 29
30 sudo apt-get install bedtools 30 sudo apt-get install bedtools
31 31
32 2. Matplotlib installation requires freetype headers and libraries installed
33 (``libfreetype6-dev`` on Ubuntu 14.04).