diff sqlite_to_tabular.xml @ 1:c1b700bc0150 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 81f69ad5f39223059c40501e55ac777d3feca845
author iuc
date Fri, 18 Aug 2017 16:48:20 -0400
parents 859064f07be4
children fe5036ccfdc3
line wrap: on
line diff
--- a/sqlite_to_tabular.xml	Tue Jul 18 09:07:26 2017 -0400
+++ b/sqlite_to_tabular.xml	Fri Aug 18 16:48:20 2017 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="sqlite_to_tabular" name="SQLite to tabular" version="1.0.0">
+<tool id="sqlite_to_tabular" name="SQLite to tabular" version="2.0.0">
     <description>for SQL query</description>
 
     <macros>
@@ -10,7 +10,7 @@
     python '$__tool_directory__/sqlite_to_tabular.py'
     --sqlitedb='$sqlitedb' 
     --query_file='$query_file'
-    $no_header 
+    @RESULT_HEADER@
     --output='$query_results'
     ]]></command>
     <configfiles>
@@ -24,7 +24,7 @@
             <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"/>
+        <expand macro="result_results_header_line" />
     </inputs>
     <outputs>
         <data name="query_results" format="tabular" />