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

Changeset 35:de451be99b93 (2015-11-24)
Previous changeset 34:1cafe3494b3a (2015-10-30) Next changeset 36:3985e058fd63 (2015-11-25)
Commit message:
Use latest version of riboplot from PyPI (0.2.3)
modified:
README.rst
ribocount.xml
riboplot.xml
tool_dependencies.xml
b
diff -r 1cafe3494b3a -r de451be99b93 README.rst
--- a/README.rst Fri Oct 30 12:26:20 2015 +0000
+++ b/README.rst Tue Nov 24 12:03:37 2015 +0000
b
@@ -14,10 +14,13 @@
 
 Free software: GPL license
 
-Documentation: http://pythonhosted.org/riboplot
+Documentation: http://pythonhosted.org/riboplot.
+
+PyPI: https://pypi.python.org/pypi/riboplot.
 
-Repository: https://github.com/vimalkvn/riboplot
+Github Repository: https://github.com/vimalkvn/riboplot.
 
+Online: http://ribogalaxy.ucc.ie (under RiboSeq Analysis/RiboPlot).
 
 .. note::
 
b
diff -r 1cafe3494b3a -r de451be99b93 ribocount.xml
--- a/ribocount.xml Fri Oct 30 12:26:20 2015 +0000
+++ b/ribocount.xml Tue Nov 24 12:03:37 2015 +0000
b
@@ -1,8 +1,8 @@
-<tool id="ribocount" name="ribocount" version="0.2.0">
+<tool id="ribocount" name="ribocount" version="0.2.3">
     <description>Get read counts for all transcripts in an alignment (BAM)
     </description>
     <requirements>
-        <requirement type="package" version="0.2.2">riboplot</requirement>
+        <requirement type="package" version="0.2.3">riboplot</requirement>
     </requirements>
     <stdio>
         <exit_code range="1:"  level="fatal" description="Error" />
b
diff -r 1cafe3494b3a -r de451be99b93 riboplot.xml
--- a/riboplot.xml Fri Oct 30 12:26:20 2015 +0000
+++ b/riboplot.xml Tue Nov 24 12:03:37 2015 +0000
b
@@ -1,8 +1,8 @@
-<tool id="riboplot" name="riboplot" version="0.2.0">
+<tool id="riboplot" name="riboplot" version="0.2.3">
     <description>Plot and output read counts for a single transcript in an alignment (BAM)
     </description>
     <requirements>
-        <requirement type="package" version="0.2.2">riboplot</requirement>
+        <requirement type="package" version="0.2.3">riboplot</requirement>
         <requirement type="package" version="2.24">bedtools</requirement>
     </requirements>
     <stdio>
b
diff -r 1cafe3494b3a -r de451be99b93 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Oct 30 12:26:20 2015 +0000
+++ b/tool_dependencies.xml Tue Nov 24 12:03:37 2015 +0000
b
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="riboplot" version="0.2.2">
+    <package name="riboplot" version="0.2.3">
         <install version="1.0">
             <actions>
-                <action type="setup_virtualenv">riboplot==0.2.2</action>
+                <action type="setup_virtualenv">riboplot==0.2.3</action>
                 <action type="set_environment">
                     <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
                 </action>