Mercurial > repos > vimalkumarvelayudhan > riboplot
changeset 29:fb64b970da25
Use latest version (0.1.1) from PyPI
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Fri, 11 Sep 2015 10:19:58 +0100 |
parents | 60bbd8ebe314 |
children | b26c8f3b5aa6 |
files | README.rst ribocount.xml riboplot.xml tool_dependencies.xml |
diffstat | 4 files changed, 4 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Wed Sep 02 14:25:18 2015 +0100 +++ b/README.rst Fri Sep 11 10:19:58 2015 +0100 @@ -1,14 +1,5 @@ -======== RiboPlot ======== - -.. image:: https://img.shields.io/travis/vimalkumarvelayudhan/riboplot.svg - :target: https://travis-ci.org/vimalkumarvelayudhan/riboplot - -.. image:: https://img.shields.io/pypi/v/riboplot.svg - :target: https://pypi.python.org/pypi/riboplot - - RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format). There are two programs in the package:
--- a/ribocount.xml Wed Sep 02 14:25:18 2015 +0100 +++ b/ribocount.xml Fri Sep 11 10:19:58 2015 +0100 @@ -2,7 +2,7 @@ <description>Get read counts for all transcripts in an alignment (BAM) </description> <requirements> - <requirement type="package" version="0.1.0">riboplot</requirement> + <requirement type="package" version="0.1.1">riboplot</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Error" />
--- a/riboplot.xml Wed Sep 02 14:25:18 2015 +0100 +++ b/riboplot.xml Fri Sep 11 10:19:58 2015 +0100 @@ -2,7 +2,7 @@ <description>Plot and output read counts for a single transcript in an alignment (BAM) </description> <requirements> - <requirement type="package" version="0.1.0">riboplot</requirement> + <requirement type="package" version="0.1.1">riboplot</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Error" />
--- a/tool_dependencies.xml Wed Sep 02 14:25:18 2015 +0100 +++ b/tool_dependencies.xml Fri Sep 11 10:19:58 2015 +0100 @@ -1,9 +1,9 @@ <?xml version="1.0"?> <tool_dependency> - <package name="riboplot" version="0.1.0"> + <package name="riboplot" version="0.1.1"> <install version="1.0"> <actions> - <action type="setup_virtualenv">riboplot==0.1.0</action> + <action type="setup_virtualenv">riboplot==0.1.1</action> <action type="set_environment"> <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> </action>