Mercurial > repos > iuc > gemini_dump
comparison gemini_dump.xml @ 3:a48f00c341dc 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:35:04 -0500 |
| parents | 7d3062e6ef6a |
| children | 7b24461e6bc3 |
comparison
equal
deleted
inserted
replaced
| 2:7d3062e6ef6a | 3:a48f00c341dc |
|---|---|
| 32 <outputs> | 32 <outputs> |
| 33 <data name="outfile" format="tabular" /> | 33 <data name="outfile" format="tabular" /> |
| 34 </outputs> | 34 </outputs> |
| 35 <tests> | 35 <tests> |
| 36 <test> | 36 <test> |
| 37 <param name="infile" value="gemini_comphets_input.db" ftype="gemini.sqlite" /> | 37 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> |
| 38 <param name="header" value="True" /> | 38 <param name="header" value="True" /> |
| 39 <param name="report" value="--genotypes" /> | 39 <param name="report" value="--genotypes" /> |
| 40 <output name="outfile" file="gemini_dump_result.tabular" /> | 40 <output name="outfile"> |
| 41 <assert_contents> | |
| 42 <has_line_matching expression="chrom	start	end	.*sample	.*genotype.*" /> | |
| 43 </assert_contents> | |
| 44 </output> | |
| 41 </test> | 45 </test> |
| 42 </tests> | 46 </tests> |
| 43 <help><