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

Changeset 36:3985e058fd63 (2015-11-25)
Previous changeset 35:de451be99b93 (2015-11-24)
Commit message:
Use latest version of riboplot from PyPI (0.2.4)
modified:
ribocount.xml
riboplot.xml
tool_dependencies.xml
b
diff -r de451be99b93 -r 3985e058fd63 ribocount.xml
--- a/ribocount.xml Tue Nov 24 12:03:37 2015 +0000
+++ b/ribocount.xml Wed Nov 25 13:04:01 2015 +0000
b
@@ -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" />
b
diff -r de451be99b93 -r 3985e058fd63 riboplot.xml
--- a/riboplot.xml Tue Nov 24 12:03:37 2015 +0000
+++ b/riboplot.xml Wed Nov 25 13:04:01 2015 +0000
b
@@ -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>
b
diff -r de451be99b93 -r 3985e058fd63 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Nov 24 12:03:37 2015 +0000
+++ b/tool_dependencies.xml Wed Nov 25 13:04:01 2015 +0000
b
@@ -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>