Mercurial > repos > iuc > gemini_db_info
comparison gemini_db_info.xml @ 4:f3cc64057b4e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
author | iuc |
---|---|
date | Fri, 14 Dec 2018 12:41:01 -0500 |
parents | dc56b2d9d27c |
children | bc8b01d1b496 |
comparison
equal
deleted
inserted
replaced
3:4c5f4e9b1931 | 4:f3cc64057b4e |
---|---|
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> |
2 <description>List the gemini database tables and columns</description> | 2 <description>List the gemini database tables and columns</description> |
3 <macros> | 3 <macros> |
4 <import>gemini_macros.xml</import> | 4 <import>gemini_macros.xml</import> |
5 <token name="@BINARY@">db_info</token> | 5 <token name="@BINARY@">db_info</token> |
6 </macros> | 6 </macros> |
20 <outputs> | 20 <outputs> |
21 <data name="outfile" format="tabular" /> | 21 <data name="outfile" format="tabular" /> |
22 </outputs> | 22 </outputs> |
23 <tests> | 23 <tests> |
24 <test> | 24 <test> |
25 <param name="infile" value="gemini_comphets_input.db" ftype="gemini.sqlite" /> | 25 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> |
26 <output name="outfile" file="gemini_dbinfo_result.tabular" /> | 26 <output name="outfile"> |
27 <assert_contents> | |
28 <has_line_matching expression="table_name	column_name	type.*" /> | |
29 </assert_contents> | |
30 </output> | |
27 </test> | 31 </test> |
28 </tests> | 32 </tests> |
29 <help><![CDATA[ | 33 <help><![CDATA[ |
30 **What it does** | 34 **What it does** |
31 | 35 |