Mercurial > repos > iuc > query_tabular
diff query_tabular.xml @ 9:4903740da8bc draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit daa9af57fe07ee83a45ddc9f855716f9d14a8e12"
| author | iuc |
|---|---|
| date | Sat, 12 Sep 2020 01:20:27 +0000 |
| parents | 5c3d86bc259c |
| children | f777a82b7a15 |
line wrap: on
line diff
--- a/query_tabular.xml Thu Jan 23 12:35:14 2020 +0000 +++ b/query_tabular.xml Sat Sep 12 01:20:27 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="query_tabular" name="Query Tabular" version="3.0.1"> +<tool id="query_tabular" name="Query Tabular" version="3.1.0"> <description>using sqlite sql</description> <macros> @@ -166,7 +166,7 @@ <expand macro="sql_query_input"/> <expand macro="result_results_header_line" /> <section name="addqueries" expanded="false" title="Additional Queries"> - <repeat name="queries" title="Database Manipulation SQL Statements" min="0" max="3"> + <repeat name="queries" title="SQL Query" min="0" max="3"> <expand macro="sql_query_input"/> <expand macro="result_results_header_line" /> </repeat>
