Mercurial > repos > iuc > gemini_mendel_errors
comparison gemini_mendel_errors.xml @ 3:083ddae3ec8b 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:27:11 -0500 |
| parents | 58899bab0641 |
| children | 0b3171d548a2 |
comparison
equal
deleted
inserted
replaced
| 2:58899bab0641 | 3:083ddae3ec8b |
|---|---|
| 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 <