Mercurial > repos > iuc > gemini_mendel_errors
comparison gemini_mendel_errors.xml @ 4:00c2734b3bea draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
author | iuc |
---|---|
date | Fri, 14 Dec 2018 12:45:48 -0500 |
parents | c5f100ce7da5 |
children |
comparison
equal
deleted
inserted
replaced
3:61343646155c | 4:00c2734b3bea |
---|---|
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> |
2 <description>Identify candidate violations of Mendelian inheritance</description> | 2 <description>Identify candidate violations of Mendelian inheritance</description> |
3 <macros> | 3 <macros> |
4 <import>gemini_macros.xml</import> | 4 <import>gemini_macros.xml</import> |
5 <token name="@BINARY@">mendel_errors</token> | 5 <token name="@BINARY@">mendel_errors</token> |
6 </macros> | 6 </macros> |
58 <data name="outfile" format="tabular" /> | 58 <data name="outfile" format="tabular" /> |
59 </outputs> | 59 </outputs> |
60 <tests> | 60 <tests> |
61 <test> | 61 <test> |
62 <param name="infile" value="gemini_de_novo_input.db" ftype="gemini.sqlite" /> | 62 <param name="infile" value="gemini_de_novo_input.db" ftype="gemini.sqlite" /> |
63 <param name="columns" value="gene,ref,alt,impact" /> | 63 <conditional name="report"> |
64 <output name="outfile" file="gemini_mendel_errors_result.tabular" /> | 64 <param name="report_selector" value="column_filter" /> |
65 <param name="columns" value="gene,ref,alt,impact" /> | |
66 </conditional> | |
67 <output name="outfile"> | |
68 <assert_contents> | |
69 <has_line_matching expression="gene	ref	alt	impact	.*violation.*" /> | |
70 </assert_contents> | |
71 </output> | |
65 </test> | 72 </test> |
66 </tests> | 73 </tests> |
67 <help> | 74 <help> |
68 <![CDATA[ | 75 <![CDATA[ |
69 | 76 |