Mercurial > repos > jjohnson > sqlite_to_tabular
changeset 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 | 123b9ca5e26a |
files | sqlite_to_tabular.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlite_to_tabular.xml Thu Jan 21 09:35:35 2016 -0500 +++ b/sqlite_to_tabular.xml Wed Nov 23 12:07:26 2016 -0500 @@ -19,7 +19,7 @@ <inputs> <param name="sqlitedb" type="data" format="sqlite" label="SQLite Database"/> <param name="sqlquery" type="text" area="True" size="120x20" label="SQL query"> - <validator type="regex">^(?im)\s*SELECT\s.*\sFROM\s.*$</validator> + <validator type="regex">(?ims)^\s*SELECT\s.*\sFROM\s.*$</validator> <sanitizer sanitize="False"/> </param> <param name="no_header" type="boolean" truevalue="-n" falsevalue="" checked="False" label="Omit column headers"/>