Mercurial > repos > iuc > gemini_gene_wise
diff gemini_gene_wise.xml @ 3:a0cdf6eb1ac2 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:33:40 -0500 |
| parents | a13db2025d59 |
| children | 1d566a3b09d1 |
line wrap: on
line diff
--- a/gemini_gene_wise.xml Sat Dec 08 10:28:05 2018 -0500 +++ b/gemini_gene_wise.xml Fri Dec 14 12:33:40 2018 -0500 @@ -47,7 +47,11 @@ <test> <param name="infile" value="gemini_amend_input.db" ftype="gemini.sqlite" /> <param name="gt_filter" value="((gt_depths).(*).(>=1).(all))" /> - <output name="outfile" file="gemini_gene_wise_result.tabular" /> + <output name="outfile"> + <assert_contents> + <has_line_matching expression="chrom	start	end	gene.*" /> + </assert_contents> + </output> </test> </tests> <help>
