changeset 16:81e4014fa809 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 407e1d8f4dd1a60623783331926098f7f5624841
author iuc
date Fri, 19 Aug 2022 19:53:22 +0000
parents 97d19c008d15
children 5f27e814a119
files bcftools_isec.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/bcftools_isec.xml	Sat Jul 23 13:53:08 2022 +0000
+++ b/bcftools_isec.xml	Fri Aug 19 19:53:22 2022 +0000
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@">
+<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1">
     <description>Create intersections, unions and complements of VCF files</description>
     <macros>
         <token name="@EXECUTABLE@">isec</token>
@@ -58,12 +58,12 @@
             </param>
             <param name="complement" type="boolean" truevalue="--complement" falsevalue="" label="Complement" 
                    help="Output positions present only in the first file but missing in the others" />
-            <param name="prefix" type="boolean" truevalue="--prefix subset" falsevalue="" checked="false" label="subset each of the input files" 
-                   help="(-p)" />
-            <param name="write" type="text" label="Files to write" optional="True" 
+            <!-- <param name="prefix" type="boolean" truevalue="\-\-prefix subset" falsevalue="" checked="false" label="subset each of the input files"  
+                   help="(-p)" />-->
+            <!-- <param name="write" type="text" label="Files to write" optional="True" 
                  help="(-write) The output files to write " >
                 <validator type="regex" message="">^([=+-]?\d+|~[01]+)?$</validator>
-            </param>
+            </param>-->
         </section>
         <expand macro="macro_select_output_type" />
     </inputs>