Mercurial > repos > vimalkumarvelayudhan > riboplot
changeset 36:3985e058fd63 default tip
Use latest version of riboplot from PyPI (0.2.4)
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Wed, 25 Nov 2015 13:04:01 +0000 |
parents | de451be99b93 |
children | |
files | ribocount.xml riboplot.xml tool_dependencies.xml |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ribocount.xml Tue Nov 24 12:03:37 2015 +0000 +++ b/ribocount.xml Wed Nov 25 13:04:01 2015 +0000 @@ -1,8 +1,8 @@ -<tool id="ribocount" name="ribocount" version="0.2.3"> +<tool id="ribocount" name="ribocount" version="0.2.4"> <description>Get read counts for all transcripts in an alignment (BAM) </description> <requirements> - <requirement type="package" version="0.2.3">riboplot</requirement> + <requirement type="package" version="0.2.4">riboplot</requirement> </requirements> <stdio> <exit_code range="1:" level="fatal" description="Error" />
--- a/riboplot.xml Tue Nov 24 12:03:37 2015 +0000 +++ b/riboplot.xml Wed Nov 25 13:04:01 2015 +0000 @@ -1,8 +1,8 @@ -<tool id="riboplot" name="riboplot" version="0.2.3"> +<tool id="riboplot" name="riboplot" version="0.2.4"> <description>Plot and output read counts for a single transcript in an alignment (BAM) </description> <requirements> - <requirement type="package" version="0.2.3">riboplot</requirement> + <requirement type="package" version="0.2.4">riboplot</requirement> <requirement type="package" version="2.24">bedtools</requirement> </requirements> <stdio>
--- a/tool_dependencies.xml Tue Nov 24 12:03:37 2015 +0000 +++ b/tool_dependencies.xml Wed Nov 25 13:04:01 2015 +0000 @@ -1,9 +1,9 @@ <?xml version="1.0"?> <tool_dependency> - <package name="riboplot" version="0.2.3"> + <package name="riboplot" version="0.2.4"> <install version="1.0"> <actions> - <action type="setup_virtualenv">riboplot==0.2.3</action> + <action type="setup_virtualenv">riboplot==0.2.4</action> <action type="set_environment"> <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> </action>