Mercurial > repos > iuc > microsatbed
comparison microsatbed.xml @ 3:8c8299e553ec draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/microsatbed commit 31789479130c02d448628b46acd9399228a85bb9
author | iuc |
---|---|
date | Thu, 12 Sep 2024 15:41:01 +0000 |
parents | 3f6e5c701945 |
children | 5f8efb080f49 |
comparison
equal
deleted
inserted
replaced
2:3f6e5c701945 | 3:8c8299e553ec |
---|---|
1 | 1 |
2 <tool id="microsatbed" name="STR to bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> | 2 <tool id="microsatbed" name="STR to bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> |
3 <description>Short Tandem Repeats to bed features from fasta</description> | 3 <description>Short Tandem Repeats to bed features from fasta</description> |
4 <macros> | 4 <macros> |
5 <token name="@TOOL_VERSION@">1.3.2</token> | 5 <token name="@TOOL_VERSION@">1.3.3</token> |
6 <token name="@VERSION_SUFFIX@">1</token> | 6 <token name="@VERSION_SUFFIX@">0</token> |
7 <token name="@PYTHON_VERSION@">3.12.3</token> | 7 <token name="@PYTHON_VERSION@">3.12.3</token> |
8 <macro name="subsetmacro"> | 8 <macro name="subsetmacro"> |
9 <param name="subset" type="select" label="Select at least 1 specific motif length to report" | 9 <param name="subset" type="select" label="Select at least 1 specific motif length to report" |
10 help="Bed features will be output for every motif of the selected length(s) with the minimum required repeats or more" multiple="true"> | 10 help="Bed features will be output for every motif of the selected length(s) with the minimum required repeats or more" multiple="true"> |
11 <option value="--di" selected="true">All dimers (AC,AG,AT,...)</option> | 11 <option value="--di" selected="true">All dimers (AC,AG,AT,...)</option> |