Mercurial > repos > iuc > usher_matutils
comparison macros.xml @ 3:39ce7344cd1e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/usher commit d44fdcd836306a2096d50bebb28d8faacdb0fbfd
| author | iuc |
|---|---|
| date | Mon, 02 Feb 2026 14:39:11 +0000 |
| parents | e0a0a473fc1e |
| children |
comparison
equal
deleted
inserted
replaced
| 2:e0a0a473fc1e | 3:39ce7344cd1e |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <token name="@TOOL_VERSION@">0.2.1</token> | 2 <token name="@TOOL_VERSION@">0.6.6</token> |
| 3 <token name="@GALAXY_TOOL_VERSION@">galaxy0</token> | 3 <token name="@VERSION_SUFFIX@">0</token> |
| 4 <token name="@PROFILE@">23.2</token> | |
| 4 <xml name="xrefs"> | 5 <xml name="xrefs"> |
| 5 <xrefs> | 6 <xrefs> |
| 6 <xref type="bio.tools">usher</xref> | 7 <xref type="bio.tools">usher</xref> |
| 7 </xrefs> | 8 </xrefs> |
| 8 </xml> | 9 </xml> |
| 13 </xml> | 14 </xml> |
| 14 <xml name="citations"> | 15 <xml name="citations"> |
| 15 <citations> | 16 <citations> |
| 16 <citation type="doi">10.1101/2020.09.26.314971</citation> | 17 <citation type="doi">10.1101/2020.09.26.314971</citation> |
| 17 <citation type="doi">10.1101/2021.04.03.438321</citation> | 18 <citation type="doi">10.1101/2021.04.03.438321</citation> |
| 19 <citation type="doi">10.1101/2021.08.04.455157</citation> | |
| 18 </citations> | 20 </citations> |
| 21 </xml> | |
| 22 <xml name="version"> | |
| 23 <version_command>usher --version</version_command> | |
| 19 </xml> | 24 </xml> |
| 20 <macro name="sanitize_string" > | 25 <macro name="sanitize_string" > |
| 21 <sanitizer invalid_char=""> | 26 <sanitizer invalid_char=""> |
| 22 <valid initial="string.letters,string.digits"> | 27 <valid initial="string.letters,string.digits"> |
| 23 <add value="_"/> | 28 <add value="_"/> |
| 24 <add value="-"/> | 29 <add value="-"/> |
| 25 <add value="."/> | 30 <add value="."/> |
| 26 <add value=":"/> | 31 <add value=":"/> |
| 32 <add value=","/> | |
| 27 </valid> | 33 </valid> |
| 28 </sanitizer> | 34 </sanitizer> |
| 29 </macro> | 35 </macro> |
| 30 </macros> | 36 </macros> |
