Repository 'bcftools_plugin_tag2tag'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bcftools_plugin_tag2tag

Changeset 14:8aa9d9b14bcd (2021-10-19)
Previous changeset 13:f272b8ba0983 (2021-10-14) Next changeset 15:f35cc95efb32 (2022-01-15)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 833751f38971a1957a9e16d09acf62cdf6048ad9"
modified:
bcftools_plugin_tag2tag.xml
b
diff -r f272b8ba0983 -r 8aa9d9b14bcd bcftools_plugin_tag2tag.xml
--- 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
b
@@ -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>