Previous changeset 15:97d19c008d15 (2022-07-23) Next changeset 17:5f27e814a119 (2022-09-20) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 407e1d8f4dd1a60623783331926098f7f5624841 |
modified:
bcftools_isec.xml |
b |
diff -r 97d19c008d15 -r 81e4014fa809 bcftools_isec.xml --- 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> |