Repository 'riboplot'
hg clone https://toolshed.g2.bx.psu.edu/repos/vimalkumarvelayudhan/riboplot

Changeset 28:60bbd8ebe314 (2015-09-02)
Previous changeset 27:99dda3e39997 (2015-09-02) Next changeset 29:fb64b970da25 (2015-09-11)
Commit message:
Working install (virtualenv)
modified:
README.rst
removed:
.editorconfig
.travis.yml
requirements.txt
b
diff -r 99dda3e39997 -r 60bbd8ebe314 .editorconfig
--- a/.editorconfig Wed Sep 02 12:23:20 2015 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
[
@@ -1,21 +0,0 @@
-# http://editorconfig.org
-
-root = true
-
-[*]
-indent_style = space
-indent_size = 4
-trim_trailing_whitespace = true
-insert_final_newline = true
-charset = utf-8
-end_of_line = lf
-
-[*.bat]
-indent_style = tab
-end_of_line = crlf
-
-[LICENSE]
-insert_final_newline = false
-
-[Makefile]
-indent_style = tab
\ No newline at end of file
b
diff -r 99dda3e39997 -r 60bbd8ebe314 .travis.yml
--- a/.travis.yml Wed Sep 02 12:23:20 2015 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,16 +0,0 @@
-# Config file for automatic testing at travis-ci.org
-
-language: python
-
-python:
-  - "3.4"
-  - "3.3"
-  - "2.7"
-  - "2.6"
-  - "pypy"
-
-# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-install: pip install -r requirements.txt
-
-# command to run tests, e.g. python setup.py test
-script: python setup.py test
\ No newline at end of file
b
diff -r 99dda3e39997 -r 60bbd8ebe314 README.rst
--- a/README.rst Wed Sep 02 12:23:20 2015 +0100
+++ b/README.rst Wed Sep 02 14:25:18 2015 +0100
b
@@ -27,26 +27,14 @@
 
 Repository: https://github.com/vimalkumarvelayudhan/riboplot
 
-Requirements
-------------
-Python packages
-...............
-* matplotlib ``1.3.1``
-* pysam ``0.8.3``
+
+.. note::
+
+    RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed. 
 
-If you have a virtualenv setup, these packages and their dependencies can be installed 
-using::
-    
-    pip install matplotlib==1.3.1
-    pip install pysam==0.8.3
+    This release of riboplot has been tested with bedtools version ``2.17.0``.
 
-Bedtools
-........
-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::
 
-On Ubuntu and derivatives, bedtools can be installed from the repositories using::
+        sudo apt-get install bedtools
 
-    sudo apt-get install bedtools
-
b
diff -r 99dda3e39997 -r 60bbd8ebe314 requirements.txt
--- a/requirements.txt Wed Sep 02 12:23:20 2015 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,2 +0,0 @@
-matplotlib==1.3.1
-pysam==0.8.3