Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate docs/installation.rst @ 16:ef39290c19af
Replace docs with include directives (rst)
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Thu, 27 Aug 2015 13:03:28 +0100 |
parents | 628f82e72d72 |
children |
rev | line source |
---|---|
3 | 1 ============ |
2 Installation | |
3 ============ | |
4 At the command line:: | |
5 | |
6 $ easy_install riboplot | |
7 | |
8 Or, if you have virtualenvwrapper installed:: | |
9 | |
10 $ mkvirtualenv riboplot | |
14
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
11 $ pip install riboplot |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
12 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
13 .. note:: |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
14 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
15 RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed. |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
16 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
17 This release of riboplot has been tested with bedtools version ``2.17.0``. |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
18 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
19 On Ubuntu and derivatives, bedtools can be installed from the repositories using:: |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
20 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
21 sudo apt-get install bedtools |