comparison sqlite_to_tabular.xml @ 8:145ed2c3f763 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 12:35:39 +0000
parents 27625fe9f33b
children 755242733259
comparison
equal deleted inserted replaced
7:3154455e3132 8:145ed2c3f763
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@