Mercurial > repos > iuc > gemini_dump
diff 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 |
line wrap: on
line diff
--- a/gemini_dump.xml Sat Dec 08 10:31:02 2018 -0500 +++ b/gemini_dump.xml Fri Dec 14 12:35:04 2018 -0500 @@ -34,10 +34,14 @@ </outputs> <tests> <test> - <param name="infile" value="gemini_comphets_input.db" ftype="gemini.sqlite" /> + <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> <param name="header" value="True" /> <param name="report" value="--genotypes" /> - <output name="outfile" file="gemini_dump_result.tabular" /> + <output name="outfile"> + <assert_contents> + <has_line_matching expression="chrom	start	end	.*sample	.*genotype.*" /> + </assert_contents> + </output> </test> </tests> <help><