Mercurial > repos > vimalkumarvelayudhan > riboplot
changeset 29:d896bfadbd30
Use latest version of riboplot (0.1.1)
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Thu, 10 Sep 2015 17:46:36 +0100 |
parents | 60bbd8ebe314 |
children | cab532043f10 |
files | ribocount.xml riboplot.xml tool_dependencies.xml |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ribocount.xml Wed Sep 02 14:25:18 2015 +0100 +++ b/ribocount.xml Thu Sep 10 17:46:36 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 Thu Sep 10 17:46:36 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 Thu Sep 10 17:46:36 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>