Mercurial > repos > iuc > usher_matutils
diff macros.xml @ 2:daa704d3ac8f 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:37:36 +0000 |
| parents | be59fa64e855 |
| children |
line wrap: on
line diff
--- a/macros.xml Sun Dec 19 15:50:21 2021 +0000 +++ b/macros.xml Mon Feb 02 14:37:36 2026 +0000 @@ -1,13 +1,11 @@ <macros> - <token name="@TOOL_VERSION@">0.2.1</token> - <token name="@GALAXY_TOOL_VERSION@">galaxy0</token> - <xml name="edam_ontology"> - <edam_topics> - <edam_topic>topic_0194</edam_topic> - </edam_topics> - <edam_operations> - <edam_operation>operation_0540</edam_operation> - </edam_operations> + <token name="@TOOL_VERSION@">0.6.6</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">23.2</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">usher</xref> + </xrefs> </xml> <xml name="requirements"> <requirements> @@ -18,8 +16,12 @@ <citations> <citation type="doi">10.1101/2020.09.26.314971</citation> <citation type="doi">10.1101/2021.04.03.438321</citation> + <citation type="doi">10.1101/2021.08.04.455157</citation> </citations> </xml> + <xml name="version"> + <version_command>usher --version</version_command> + </xml> <macro name="sanitize_string" > <sanitizer invalid_char=""> <valid initial="string.letters,string.digits"> @@ -27,6 +29,7 @@ <add value="-"/> <add value="."/> <add value=":"/> + <add value=","/> </valid> </sanitizer> </macro>
