Mercurial > repos > iuc > sqlite_to_tabular
changeset 14:f768f6183386 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:59 +0000 |
parents | c29d2f80a066 |
children | c4d18aa4ec4a |
files | macros.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Aug 19 19:40:25 2021 +0000 +++ b/macros.xml Wed Sep 13 12:15:59 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">