diff bcftools_plugin_mendelian.xml @ 5:f0747a281247 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9d03fe38504a35d11660dadb44cb1beee32fcf4e
author iuc
date Thu, 13 Apr 2017 17:41:41 -0400
parents 31f2ab4d1cac
children 3ff5654b4e7d
line wrap: on
line diff
--- a/bcftools_plugin_mendelian.xml	Sat Mar 11 18:02:21 2017 -0500
+++ b/bcftools_plugin_mendelian.xml	Thu Apr 13 17:41:41 2017 -0400
@@ -13,6 +13,7 @@
 @PREPARE_INPUT_FILE@
 #set $section = $sec_restrict
 @PREPARE_TARGETS_FILE@
+@PREPARE_REGIONS_FILE@
 
 bcftools plugin @EXECUTABLE@
 
@@ -53,7 +54,7 @@
  #end if
 #end if
 2> tmp_stderr
-> "$output_file"
+> '$output_file'
 && cat tmp_stderr
 ]]>
 </command>
@@ -84,8 +85,8 @@
             <param name="mode" type="select" label="Action" multiple="true" min="1">
                 <option value="count">count the number of consistent sites</option>
                 <option value="delete">delete inconsistent genotypes (set to './.')</option>
-                <option value="+">consistent sites (+)</option>
-                <option value="x">inconsistent sites (x)</option>
+                <option value="+">list consistent sites (+)</option>
+                <option value="x">list inconsistent sites (x)</option>
             </param>
         </section>
         <expand macro="macro_select_output_type" />
@@ -105,8 +106,8 @@
             <param name="output_type" value="v" />
             <output name="output_file">
                 <assert_contents>
-                    <has_text text="2698758" />
-                    <not_has_text text="2698769" />
+                    <has_text text="mendelian" />
+                    <has_text_matching expression="X\t2698769\t.\tAAG\tA\t999\t.\t.\tGT:PL:GP\t./."/>
                 </assert_contents>
             </output>
         </test>
@@ -121,6 +122,7 @@
             <param name="output_type" value="v" />
             <output name="output_file">
                 <assert_contents>
+                    <has_text text="mendelian" />
                     <not_has_text text="2698758" />
                     <has_text text="2698769" />
                 </assert_contents>