Mercurial > repos > iuc > query_tabular
changeset 14:3a6b78c39dca draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit eb95b169fd23c0c5d75abd6e54042d2c9a882539
author | iuc |
---|---|
date | Wed, 13 Sep 2023 12:15:42 +0000 |
parents | cf34c344508d |
children | cf4397560712 |
files | macros.xml query_tabular.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Aug 19 19:40:53 2021 +0000 +++ b/macros.xml Wed Sep 13 12:15:42 2023 +0000 @@ -128,7 +128,7 @@ <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> + <validator type="regex" message="">(?ims)^\s*select\s+.*\s+from\s+.*$</validator> </param> </xml> <xml name="macro_line_filters">
--- a/query_tabular.xml Thu Aug 19 19:40:53 2021 +0000 +++ b/query_tabular.xml Wed Sep 13 12:15:42 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="query_tabular" name="Query Tabular" version="3.3.0"> +<tool id="query_tabular" name="Query Tabular" version="3.3.1"> <description>using sqlite sql</description> <macros>