Mercurial > repos > iuc > gemini_query
diff gemini_query.xml @ 5:1f5c3a55dfbb 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:32:16 -0500 |
| parents | ff3597f6e01b |
| children | 3790ec5643b4 |
line wrap: on
line diff
--- a/gemini_query.xml Sat Dec 08 10:19:24 2018 -0500 +++ b/gemini_query.xml Fri Dec 14 12:32:16 2018 -0500 @@ -92,9 +92,14 @@ </outputs> <tests> <test> - <param name="infile" value="gemini_load_result.db" ftype="gemini.sqlite" /> - <param name="q" value="select start from variants limit 10" /> - <output name="outfile" file="gemini_query_result.tabular" /> + <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> + <param name="q" value="select chrom,start from variants limit 10" /> + <param name="header" value="True" /> + <output name="outfile"> + <assert_contents> + <has_line_matching expression="chrom	start" /> + </assert_contents> + </output> </test> </tests> <help>
