Mercurial > repos > jjohnson > sqlite_to_tabular
comparison sqlite_to_tabular.xml @ 1:78e9570fbe08 draft
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/sqlite_to_tabular commit fb1e8b800e7dcd411c7281d1ed05e192fba14fcc-dirty
author | jjohnson |
---|---|
date | Wed, 23 Nov 2016 12:07:26 -0500 |
parents | cf32fc695e72 |
children |
comparison
equal
deleted
inserted
replaced
0:cf32fc695e72 | 1:78e9570fbe08 |
---|---|
17 </configfile> | 17 </configfile> |
18 </configfiles> | 18 </configfiles> |
19 <inputs> | 19 <inputs> |
20 <param name="sqlitedb" type="data" format="sqlite" label="SQLite Database"/> | 20 <param name="sqlitedb" type="data" format="sqlite" label="SQLite Database"/> |
21 <param name="sqlquery" type="text" area="True" size="120x20" label="SQL query"> | 21 <param name="sqlquery" type="text" area="True" size="120x20" label="SQL query"> |
22 <validator type="regex">^(?im)\s*SELECT\s.*\sFROM\s.*$</validator> | 22 <validator type="regex">(?ims)^\s*SELECT\s.*\sFROM\s.*$</validator> |
23 <sanitizer sanitize="False"/> | 23 <sanitizer sanitize="False"/> |
24 </param> | 24 </param> |
25 <param name="no_header" type="boolean" truevalue="-n" falsevalue="" checked="False" label="Omit column headers"/> | 25 <param name="no_header" type="boolean" truevalue="-n" falsevalue="" checked="False" label="Omit column headers"/> |
26 </inputs> | 26 </inputs> |
27 <outputs> | 27 <outputs> |