comparison README.rst @ 40:415fc38fbae1 draft

Uploaded
author vimalkumarvelayudhan
date Fri, 24 Nov 2017 06:16:53 -0500
parents 3c6ce517b9f2
children
comparison
equal deleted inserted replaced
39:d8f43b478d9c 40:415fc38fbae1
19 Repository: https://github.com/vimalkvn/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 RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_.
25 This release of riboplot has been tested with bedtools version ``2.24.0``.
25 26
26 This release of riboplot has been tested with bedtools version ``2.17.0``. 27 If you have conda enabled on Galaxy, then all dependencies including bedtools
28 will be installed automatically.
27 29
28 On Ubuntu and derivatives, bedtools can be installed from the repositories using:: 30 Otherwise, on Ubuntu and derivatives, bedtools can be installed from the
31 repositories using::
29 32
30 sudo apt-get install bedtools 33 sudo apt-get install bedtools
31 34