Mercurial > repos > iuc > query_tabular
comparison macros.xml @ 4:7be49fd649f7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 6a362345c31764c28bb6328da1f0d81ef8f35d40
| author | iuc |
|---|---|
| date | Thu, 03 May 2018 10:15:10 -0400 |
| parents | 53c9f76c0788 |
| children | 5b557716b4b3 |
comparison
equal
deleted
inserted
replaced
| 3:ffbbc95b5654 | 4:7be49fd649f7 |
|---|---|
| 104 </param> | 104 </param> |
| 105 </when> | 105 </when> |
| 106 <when value="no"/> | 106 <when value="no"/> |
| 107 </conditional> | 107 </conditional> |
| 108 </xml> | 108 </xml> |
| 109 <xml name="sql_query_input"> | |
| 110 <param name="sqlquery" type="text" area="true" size="20x80" value="" optional="true" label="SQL Query to generate tabular output"> | |
| 111 <help>By default: tables are named: t1,t2,...,tn and columns in each table: c1,c2,...,cn</help> | |
| 112 <sanitizer sanitize="False"/> | |
| 113 <validator type="regex" message="">^(?ims)\s*select\s+.*\s+from\s+.*$</validator> | |
| 114 </param> | |
| 115 </xml> | |
| 109 <xml name="macro_line_filters"> | 116 <xml name="macro_line_filters"> |
| 110 <repeat name="linefilters" title="Filter Tabular Input Lines"> | 117 <repeat name="linefilters" title="Filter Tabular Input Lines"> |
| 111 <conditional name="filter"> | 118 <conditional name="filter"> |
| 112 <param name="filter_type" type="select" label="Filter By"> | 119 <param name="filter_type" type="select" label="Filter By"> |
| 113 <option value="skip">skip leading lines</option> | 120 <option value="skip">skip leading lines</option> |
