diff gemini_comp_hets.xml @ 5:cbdc0097ee23 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:30:52 -0500
parents ecb8d664fc9e
children 076d9274258d
line wrap: on
line diff
--- a/gemini_comp_hets.xml	Sat Dec 08 10:24:39 2018 -0500
+++ b/gemini_comp_hets.xml	Fri Dec 14 12:30:52 2018 -0500
@@ -62,11 +62,17 @@
     <tests>
         <test>
             <param name="infile" value="gemini_comphets_input.db" ftype="gemini.sqlite" />
-            <param name="report_selector" value="column_filter" />
-            <param name="columns" value="chrom,start,end,ref,alt,gene,impact" />
+            <conditional name="report">
+                <param name="report_selector" value="column_filter" />
+                <param name="columns" value="chrom,start,end,ref,alt,gene,impact" />
+            </conditional>
             <param name="allow_unaffected" value="True" />
             <param name="max_priority" value="3" />
-            <output name="outfile" file="gemini_comphets_result.tabular" />
+            <output name="outfile">
+                <assert_contents>
+                    <has_line_matching expression="chrom&#009;start&#009;end&#009;.*gene.*" />
+                </assert_contents>
+            </output>
         </test>
     </tests>
     <help>