comparison query_tabular.xml @ 9:a3aab6045663 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:22:05 +0000
parents 0c95a3f1654f
children 2e8f945f7285
comparison
equal deleted inserted replaced
8:0c95a3f1654f 9:a3aab6045663
1 <tool id="query_tabular" name="Query Tabular" version="3.0.1"> 1 <tool id="query_tabular" name="Query Tabular" version="3.1.0">
2 <description>using sqlite sql</description> 2 <description>using sqlite sql</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
164 <param name="save_db" type="boolean" truevalue="yes" falsevalue="no" checked="false" label="Save the sqlite database in your history" 164 <param name="save_db" type="boolean" truevalue="yes" falsevalue="no" checked="false" label="Save the sqlite database in your history"
165 help="SQLite to tabular tool can run additional queries on this database"/> 165 help="SQLite to tabular tool can run additional queries on this database"/>
166 <expand macro="sql_query_input"/> 166 <expand macro="sql_query_input"/>
167 <expand macro="result_results_header_line" /> 167 <expand macro="result_results_header_line" />
168 <section name="addqueries" expanded="false" title="Additional Queries"> 168 <section name="addqueries" expanded="false" title="Additional Queries">
169 <repeat name="queries" title="Database Manipulation SQL Statements" min="0" max="3"> 169 <repeat name="queries" title="SQL Query" min="0" max="3">
170 <expand macro="sql_query_input"/> 170 <expand macro="sql_query_input"/>
171 <expand macro="result_results_header_line" /> 171 <expand macro="result_results_header_line" />
172 </repeat> 172 </repeat>
173 </section> 173 </section>
174 </inputs> 174 </inputs>