Mercurial > repos > iuc > sqlite_to_tabular
diff macros.xml @ 4:6e72fd26a9d3 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:22 -0400 |
parents | c1b700bc0150 |
children | fe5036ccfdc3 |
line wrap: on
line diff
--- a/macros.xml Mon Nov 06 23:20:41 2017 -0500 +++ b/macros.xml Thu May 03 10:17:22 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">