Repository 'gffread'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/gffread

Changeset 1:48fe74f391ab (2015-11-11)
Previous changeset 0:5f6e6582c01d (2015-05-14) Next changeset 2:12aeae6d8587 (2016-06-07)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/gffread commit a1517c9d22029095120643bbe2c8fa53754dd2b7
modified:
cuff_macros.xml
gffread.xml
b
diff -r 5f6e6582c01d -r 48fe74f391ab cuff_macros.xml
--- a/cuff_macros.xml Thu May 14 13:08:14 2015 -0400
+++ b/cuff_macros.xml Wed Nov 11 12:36:04 2015 -0500
[
@@ -10,8 +10,8 @@
     <stdio>
         <exit_code range="1:" />
         <exit_code range=":-1" />
-        <regex match="Error:" />
-        <regex match="Exception:" />
+        <regex match="Error" />
+        <regex match="Exception" />
     </stdio>
   </xml>
   <xml name="condition_inputs">
@@ -88,4 +88,4 @@
             #end for
   </token>
   <token name="@HAS_MULTIPLE_INPUTS@">getattr(inputs, "__len__", [].__len__)() >= 2</token>
-</macros>
\ No newline at end of file
+</macros>
b
diff -r 5f6e6582c01d -r 48fe74f391ab gffread.xml
--- a/gffread.xml Thu May 14 13:08:14 2015 -0400
+++ b/gffread.xml Wed Nov 11 12:36:04 2015 -0500
[
@@ -24,7 +24,7 @@
             </param>
         </xml>
         <xml name="trackname">
-            <param name="tname" type="text" value="" size="30" optional="true" label="Trackname to use in the second column of each GFF output line" help="(-t track_name}">
+            <param name="tname" type="text" value="" optional="true" label="Trackname to use in the second column of each GFF output line" help="(-t track_name}">
                 <validator type="regex">\w+</validator>
             </param>
         </xml>
@@ -129,7 +129,7 @@
             </param>
             <when value="none"/>
             <when value="filter">
-                <param name="range" type="text" value="" size="60" label="Only show transcripts overlapping coordinate range">
+                <param name="range" type="text" value="" label="Only show transcripts overlapping coordinate range">
                     <help><![CDATA[
                     (-r [['strand']'chr':]'start'..'end') <br> 
                     examples: <br>