Mercurial > repos > iuc > microsatbed
diff microsatbed.xml @ 1:1a0ea94317a9 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:28 +0000 |
| parents | dee16d45a2a9 |
| children | e2ae68224857 |
line wrap: on
line diff
--- a/microsatbed.xml Sun Jul 21 07:18:47 2024 +0000 +++ b/microsatbed.xml Wed Aug 14 08:49:28 2024 +0000 @@ -3,12 +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="@PYFASTX_VERSION@">2.1.0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PYTHON_VERSION@">3.12.3</token> - <token name="@UCSC_VERSION@">455</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> @@ -20,9 +19,9 @@ </macros> <requirements> <requirement version="@PYTHON_VERSION@" type="package">python</requirement> - <requirement version="@PYFASTX_VERSION@" type="package">pyfastx</requirement> + <requirement version="2.1.0" type="package">pyfastx</requirement> <requirement version="@TOOL_VERSION@" type="package">pytrf</requirement> - <requirement version="@UCSC_VERSION@" type="package">ucsc-bedgraphtobigwig</requirement> + <requirement version="455" type="package">ucsc-bedgraphtobigwig</requirement> </requirements> <required_files> <include path="find_str.py"/> @@ -30,17 +29,17 @@ <version_command><![CDATA[python -c "import pytrf; from importlib.metadata import version; print(version('pytrf'))"]]></version_command> <command><