diff gemini_de_novo.xml @ 4:9db3e299b1c8 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:59:25 -0500
parents 4aabe53ecfe0
children
line wrap: on
line diff
--- a/gemini_de_novo.xml	Wed Oct 17 13:28:19 2018 -0400
+++ b/gemini_de_novo.xml	Fri Dec 14 12:59:25 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
+<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1">
     <description>Identifying potential de novo mutations</description>
     <macros>
         <import>gemini_macros.xml</import>
@@ -60,8 +60,15 @@
     <tests>
         <test>
             <param name="infile" value="gemini_de_novo_input.db" ftype="gemini.sqlite" />
-            <param name="columns" value="gene,ref,alt,impact" />
-            <output name="outfile" file="gemini_de_novo_result.tabular" />
+            <conditional name="report">
+                <param name="report_selector" value="column_filter" />
+                <param name="columns" value="gene,ref,alt,impact" />
+            </conditional>
+            <output name="outfile">
+                <assert_contents>
+                    <has_line_matching expression="gene&#009;ref&#009;alt&#009;impact.*" />
+                </assert_contents>
+            </output>
         </test>
     </tests>
     <help>