Mercurial > repos > iuc > gemini_query
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4:ff3597f6e01b | 5:1f5c3a55dfbb |
|---|---|
| 90 <outputs> | 90 <outputs> |
| 91 <data name="outfile" format="tabular" /> | 91 <data name="outfile" format="tabular" /> |
| 92 </outputs> | 92 </outputs> |
| 93 <tests> | 93 <tests> |
| 94 <test> | 94 <test> |
| 95 <param name="infile" value="gemini_load_result.db" ftype="gemini.sqlite" /> | 95 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> |
| 96 <param name="q" value="select start from variants limit 10" /> | 96 <param name="q" value="select chrom,start from variants limit 10" /> |
| 97 <output name="outfile" file="gemini_query_result.tabular" /> | 97 <param name="header" value="True" /> |
| 98 <output name="outfile"> | |
| 99 <assert_contents> | |
| 100 <has_line_matching expression="chrom	start" /> | |
| 101 </assert_contents> | |
| 102 </output> | |
| 98 </test> | 103 </test> |
| 99 </tests> | 104 </tests> |
| 100 <help> | 105 <help> |
| 101 <