Mercurial > repos > iuc > gemini_interactions
comparison gemini_interactions.xml @ 4:dd4dc1941e96 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:31:36 -0500 |
| parents | d3b3668b0ef2 |
| children | e8983ed311bf |
comparison
equal
deleted
inserted
replaced
| 3:d3b3668b0ef2 | 4:dd4dc1941e96 |
|---|---|
| 47 <outputs> | 47 <outputs> |
| 48 <data name="outfile" format="tabular" /> | 48 <data name="outfile" format="tabular" /> |
| 49 </outputs> | 49 </outputs> |
| 50 <tests> | 50 <tests> |
| 51 <test> | 51 <test> |
| 52 <param name="infile" value="gemini_burden_input.db" ftype="gemini.sqlite" /> | 52 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> |
| 53 <param name="gene" value="CTBP2" /> | 53 <param name="gene" value="BCL6" /> |
| 54 <param name="radius" value="5" /> | 54 <param name="radius" value="5" /> |
| 55 <output name="outfile" file="gemini_interactions_result.tabular" /> | 55 <output name="outfile"> |
| 56 <assert_contents> | |
| 57 <has_line_matching expression="sample	gene	order_of_interaction	interacting_gene.*" /> | |
| 58 </assert_contents> | |
| 59 </output> | |
| 56 </test> | 60 </test> |
| 57 </tests> | 61 </tests> |
| 58 <help><