Mercurial > repos > iuc > microsatbed
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 0:dee16d45a2a9 | 1:1a0ea94317a9 |
|---|---|
| 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.2</token> |
| 6 <token name="@VERSION_SUFFIX@">0</token> | 6 <token name="@VERSION_SUFFIX@">1</token> |
| 7 <token name="@PYFASTX_VERSION@">2.1.0</token> | |
| 8 <token name="@PYTHON_VERSION@">3.12.3</token> | 7 <token name="@PYTHON_VERSION@">3.12.3</token> |
| 9 <token name="@UCSC_VERSION@">455</token> | |
| 10 <macro name="subsetmacro"> | 8 <macro name="subsetmacro"> |
| 11 <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"> | 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"> | |
| 12 <option value="--di" selected="true">All dimers (AC,AG,AT,...)</option> | 11 <option value="--di" selected="true">All dimers (AC,AG,AT,...)</option> |
| 13 <option value="--tri">All trimers (ACG,..)</option> | 12 <option value="--tri">All trimers (ACG,..)</option> |
| 14 <option value="--tetra">All tetramers (ACGT,..)</option> | 13 <option value="--tetra">All tetramers (ACGT,..)</option> |
| 15 <option value="--penta">All pentamers (ACGTC,..)</option> | 14 <option value="--penta">All pentamers (ACGTC,..)</option> |
| 16 <option value="--hexa">All hexamers (ACGTCG,..)</option> | 15 <option value="--hexa">All hexamers (ACGTCG,..)</option> |
| 18 </param> | 17 </param> |
| 19 </macro> | 18 </macro> |
| 20 </macros> | 19 </macros> |
| 21 <requirements> | 20 <requirements> |
| 22 <requirement version="@PYTHON_VERSION@" type="package">python</requirement> | 21 <requirement version="@PYTHON_VERSION@" type="package">python</requirement> |
| 23 <requirement version="@PYFASTX_VERSION@" type="package">pyfastx</requirement> | 22 <requirement version="2.1.0" type="package">pyfastx</requirement> |
| 24 <requirement version="@TOOL_VERSION@" type="package">pytrf</requirement> | 23 <requirement version="@TOOL_VERSION@" type="package">pytrf</requirement> |
| 25 <requirement version="@UCSC_VERSION@" type="package">ucsc-bedgraphtobigwig</requirement> | 24 <requirement version="455" type="package">ucsc-bedgraphtobigwig</requirement> |
| 26 </requirements> | 25 </requirements> |
| 27 <required_files> | 26 <required_files> |
| 28 <include path="find_str.py"/> | 27 <include path="find_str.py"/> |
| 29 </required_files> | 28 </required_files> |
| 30 <version_command><![CDATA[python -c "import pytrf; from importlib.metadata import version; print(version('pytrf'))"]]></version_command> | 29 <version_command><![CDATA[python -c "import pytrf; from importlib.metadata import version; print(version('pytrf'))"]]></version_command> |
| 31 <command><