Mercurial > repos > iuc > gemini_db_info
diff 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 |
line wrap: on
line diff
--- a/gemini_db_info.xml Wed Oct 17 13:25:30 2018 -0400 +++ b/gemini_db_info.xml Fri Dec 14 12:41:01 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> +<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> <description>List the gemini database tables and columns</description> <macros> <import>gemini_macros.xml</import> @@ -22,8 +22,12 @@ </outputs> <tests> <test> - <param name="infile" value="gemini_comphets_input.db" ftype="gemini.sqlite" /> - <output name="outfile" file="gemini_dbinfo_result.tabular" /> + <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> + <output name="outfile"> + <assert_contents> + <has_line_matching expression="table_name	column_name	type.*" /> + </assert_contents> + </output> </test> </tests> <help><![CDATA[