Previous changeset 18:768d04526638 (2022-09-26) Next changeset 20:63aabc920911 (2023-01-12) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit cdb4558db96dd58f9f85267488a1e27ad813fca4 |
modified:
bcftools_isec.xml macros.xml |
b |
diff -r 768d04526638 -r d7d1663559e9 bcftools_isec.xml --- a/bcftools_isec.xml Mon Sep 26 18:25:36 2022 +0000 +++ b/bcftools_isec.xml Thu Sep 29 09:05:27 2022 +0000 |
[ |
@@ -52,8 +52,8 @@ <expand macro="macro_restrict" type="target" label_type="Target" /> </section> <section name="sec_default" expanded="true" title="Isec Options"> - <param name="nfiles" type="text" label="Nfiles" optional="True" - help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files" > + <param argument="--nfiles" type="text" label="Nfiles" + help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files"> <validator type="regex" message="bitmask zero or one">^([=+-]?\d+|~[01]+)?$</validator> </param> <param name="complement" type="boolean" truevalue="--complement" falsevalue="" label="Complement" |
b |
diff -r 768d04526638 -r d7d1663559e9 macros.xml --- a/macros.xml Mon Sep 26 18:25:36 2022 +0000 +++ b/macros.xml Thu Sep 29 09:05:27 2022 +0000 |
b |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.15.1</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">20.01</token> <xml name="bio_tools"> <xrefs> |