Mercurial > repos > iuc > filter_tabular
changeset 14:557ec8d7087d 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:22 +0000 |
parents | 4d5aae46f850 |
children | 90f657745fea |
files | macros.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Aug 19 19:39:58 2021 +0000 +++ b/macros.xml Wed Sep 13 12:15:22 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">