changeset 18:254f2887c116 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:16:03 +0000
parents b4931bdce7a8
children 83c351567b3f
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:20:08 2022 +0000
+++ b/bcftools_isec.xml	Fri Aug 19 19:16:03 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>