changeset 14:8aa9d9b14bcd draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 833751f38971a1957a9e16d09acf62cdf6048ad9"
author iuc
date Tue, 19 Oct 2021 15:34:03 +0000
parents f272b8ba0983
children f35cc95efb32
files bcftools_plugin_tag2tag.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bcftools_plugin_tag2tag.xml	Thu Oct 14 10:01:26 2021 +0000
+++ b/bcftools_plugin_tag2tag.xml	Tue Oct 19 15:34:03 2021 +0000
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@">
+<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1">
     <description>plugin Convert between similar tags, such as GL and GP</description>
     <expand macro="bio_tools" />
     <macros>
@@ -57,8 +57,8 @@
                 <option value="--gl-to-pl">convert FORMAT/GL to FORMAT/PL</option>
                 <option value="--pl-to-gl">convert FORMAT/PL to FORMAT/GL</option>
             </param>
-            <param name="replace" type="boolean" truevalue="--replace" falsevalue="" checked="true" label="drop the source tag" help="(\-\-replace)" />
-            <param name="" type="float" value=".1" min="0." max="1.0" optional="true" label="threshold for GP to GT hard-call" help="(\-\-threshold float)" />
+            <param argument="--replace" type="boolean" truevalue="--replace" falsevalue="" checked="true" label="Drop the source tag" />
+            <param argument="--threshold" type="float" value=".1" min="0." max="1.0" optional="true" label="Threshold for GP to GT hard-call" />
         </section>
         <expand macro="macro_select_output_type" />
     </inputs>