Mercurial > repos > vimalkumarvelayudhan > riboplot
changeset 33:461285cb3b6a
Fix: Add earlier version of mock for setuptools compatibility
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Fri, 16 Oct 2015 16:15:05 +0100 |
parents | b0ae69eb1712 |
children | 3c6ce517b9f2 |
files | ribocount.xml riboplot.xml tool_dependencies.xml |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ribocount.xml Fri Oct 16 11:11:23 2015 +0100 +++ b/ribocount.xml Fri Oct 16 16:15:05 2015 +0100 @@ -2,7 +2,7 @@ <description>Get read counts for all transcripts in an alignment (BAM) </description> <requirements> - <requirement type="package" version="0.2.0">riboplot</requirement> + <requirement type="package" version="0.2.1">riboplot</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Error" />
--- a/riboplot.xml Fri Oct 16 11:11:23 2015 +0100 +++ b/riboplot.xml Fri Oct 16 16:15:05 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.2.0">riboplot</requirement> + <requirement type="package" version="0.2.1">riboplot</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Error" />
--- a/tool_dependencies.xml Fri Oct 16 11:11:23 2015 +0100 +++ b/tool_dependencies.xml Fri Oct 16 16:15:05 2015 +0100 @@ -1,9 +1,9 @@ <?xml version="1.0"?> <tool_dependency> - <package name="riboplot" version="0.2.0"> + <package name="riboplot" version="0.2.1"> <install version="1.0"> <actions> - <action type="setup_virtualenv">riboplot==0.2.0</action> + <action type="setup_virtualenv">riboplot==0.2.1</action> <action type="set_environment"> <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> </action>