comparison sqlite_to_tabular.xml @ 8:5a4ae7678bc5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 1647065a8e6e8d8c98cd0d2194b695fb9425f541"
author iuc
date Thu, 23 Jan 2020 07:36:57 -0500
parents fe5036ccfdc3
children 575cd6cd537c
comparison
equal deleted inserted replaced
7:b722161a845a 8:5a4ae7678bc5
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="sqlite_to_tabular" name="SQLite to tabular" version="2.0.0"> 2 <tool id="sqlite_to_tabular" name="SQLite to tabular" version="2.0.1">
3 <description>for SQL query</description> 3 <description>for SQL query</description>
4 4
5 <macros> 5 <macros>
6 <import>macros.xml</import> 6 <import>macros.xml</import>
7 </macros> 7 </macros>
8 8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 python '$__tool_directory__/sqlite_to_tabular.py' 10 python '$__tool_directory__/sqlite_to_tabular.py'
11 --sqlitedb='$sqlitedb' 11 --sqlitedb='$sqlitedb'
12 --query_file='$query_file' 12 --query_file='$query_file'
13 @RESULT_HEADER@ 13 @RESULT_HEADER@