diff macros.xml @ 4:fe7be5634ab3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 6a362345c31764c28bb6328da1f0d81ef8f35d40
author iuc
date Thu, 03 May 2018 10:17:06 -0400
parents cd2a99849f8b
children 5c1b09e05757
line wrap: on
line diff
--- a/macros.xml	Mon Nov 06 23:20:17 2017 -0500
+++ b/macros.xml	Thu May 03 10:17:06 2018 -0400
@@ -106,6 +106,13 @@
           <when value="no"/>
       </conditional>
   </xml>
+  <xml name="sql_query_input">
+        <param name="sqlquery" type="text" area="true" size="20x80" value="" optional="true" label="SQL Query to generate tabular output">
+            <help>By default: tables are named: t1,t2,...,tn and columns in each table: c1,c2,...,cn</help>
+            <sanitizer sanitize="False"/>
+            <validator type="regex" message="">^(?ims)\s*select\s+.*\s+from\s+.*$</validator>
+        </param>
+  </xml>
   <xml name="macro_line_filters">
                 <repeat name="linefilters" title="Filter Tabular Input Lines">
                     <conditional name="filter">