Mercurial > repos > iuc > microsatbed
diff microsatbed.xml @ 2:3f6e5c701945 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/microsatbed commit 0c8ab2d9c2783fdc33d3eac057f2a29e298d7264
| author | iuc |
|---|---|
| date | Wed, 14 Aug 2024 08:49:40 +0000 |
| parents | dddd7ef63469 |
| children | 8c8299e553ec |
line wrap: on
line diff
--- a/microsatbed.xml Thu Jul 25 06:03:17 2024 +0000 +++ b/microsatbed.xml Wed Aug 14 08:49:40 2024 +0000 @@ -3,10 +3,11 @@ <description>Short Tandem Repeats to bed features from fasta</description> <macros> <token name="@TOOL_VERSION@">1.3.2</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PYTHON_VERSION@">3.12.3</token> <macro name="subsetmacro"> - <param name="subset" type="select" label="Select at least 1 specific motif length to report" help="Bed features will be output for every motif of the selected length(s) with the minimum required repeats or more" multiple="true"> + <param name="subset" type="select" label="Select at least 1 specific motif length to report" + help="Bed features will be output for every motif of the selected length(s) with the minimum required repeats or more" multiple="true"> <option value="--di" selected="true">All dimers (AC,AG,AT,...)</option> <option value="--tri">All trimers (ACG,..)</option> <option value="--tetra">All tetramers (ACGT,..)</option> @@ -28,17 +29,17 @@ <version_command><![CDATA[python -c "import pytrf; from importlib.metadata import version; print(version('pytrf'))"]]></version_command> <command><