Mercurial > repos > bgruening > gfastats
diff macros.xml @ 11:7729cd89aaf7 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 9286bd08068c6dae43192d1a19e898aa0a75452c
| author | bgruening |
|---|---|
| date | Wed, 05 Feb 2025 10:45:26 +0000 |
| parents | 764f2516d837 |
| children | 0393c0415171 |
line wrap: on
line diff
--- a/macros.xml Thu Dec 12 20:37:13 2024 +0000 +++ b/macros.xml Wed Feb 05 10:45:26 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.3.9</token> - <token name="@SUFFIX_VERSION@">1</token> + <token name="@SUFFIX_VERSION@">2</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">gfastats</requirement> @@ -44,4 +44,7 @@ </when> </conditional> </xml> + <xml name="no_sequence_macro"> + <param argument="--no-sequence" type="boolean" truevalue="--no-sequence" falsevalue="" checked="false" label="Do not include sequences in the GFA output" help="Select Yes for a lighter GFA file."/> + </xml> </macros>
