diff column_maker.xml @ 7:427903d47026 draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/column_maker commit c623e4b9f6dd6ff4b88d9386f3b0a0cb497e0a0e"
author devteam
date Wed, 24 Feb 2021 05:20:07 +0000
parents 13b6f0007d9e
children 02026300aa45
line wrap: on
line diff
--- a/column_maker.xml	Mon Jan 25 10:00:12 2021 +0000
+++ b/column_maker.xml	Wed Feb 24 05:20:07 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="Add_a_column1" name="Compute" version="1.5">
+<tool id="Add_a_column1" name="Compute" version="1.6">
     <description>an expression on every row</description>
     <requirements>
         <requirement type="package" version="3.8">python</requirement>
@@ -88,6 +88,13 @@
             <output name="out_file1" file="column_maker_out3.interval"/>
         </test>
         <test>
+             <!-- test that single column input works -->
+             <param name="cond" value="c1/10"/>
+             <param name="input" value="1.tab" ftype="tabular"/>
+             <param name="round" value="no"/>
+             <output name="out_file1" file="column_maker_out4.tab"/>
+         </test>
+         <test>
             <param name="cond" value="float(.0000000000001)"/>
             <param name="input" value="1.bed"/>
             <param name="round" value="false"/>
@@ -112,11 +119,11 @@
             </output>
         </test>
     </tests>
-    <help>
+    <help><![CDATA[
 
  .. class:: infomark
 
-**TIP:** If your data is not TAB delimited, use *Text Manipulation-&gt;Convert*
+**TIP:** If your data is not TAB delimited, use *Text Manipulation->Convert*
 
 -----
 
@@ -168,6 +175,6 @@
 
   round | sorted | sqrt | str | sum | type | unichr | unicode |
 
-    </help>
+    ]]></help>
     <citations />
 </tool>