# HG changeset patch # User iuc # Date 1694607249 0 # Node ID 7ddbba636f3315ef61ea5a7c688582e528a2563b # Parent 26b66c3c55046efc272e0b376034f1e0c6786d08 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit eb95b169fd23c0c5d75abd6e54042d2c9a882539 diff -r 26b66c3c5504 -r 7ddbba636f33 macros.xml --- a/macros.xml Thu Aug 19 19:37:30 2021 +0000 +++ b/macros.xml Wed Sep 13 12:14:09 2023 +0000 @@ -128,7 +128,7 @@ By default: tables are named: t1,t2,...,tn and columns in each table: c1,c2,...,cn - ^(?ims)\s*select\s+.*\s+from\s+.*$ + (?ims)^\s*select\s+.*\s+from\s+.*$