comparison 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
comparison
equal deleted inserted replaced
1:75e51e947a98 2:daa704d3ac8f
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 <xml name="edam_ontology"> 4 <token name="@PROFILE@">23.2</token>
5 <edam_topics> 5 <xml name="xrefs">
6 <edam_topic>topic_0194</edam_topic> 6 <xrefs>
7 </edam_topics> 7 <xref type="bio.tools">usher</xref>
8 <edam_operations> 8 </xrefs>
9 <edam_operation>operation_0540</edam_operation>
10 </edam_operations>
11 </xml> 9 </xml>
12 <xml name="requirements"> 10 <xml name="requirements">
13 <requirements> 11 <requirements>
14 <requirement type="package" version="@TOOL_VERSION@">usher</requirement> 12 <requirement type="package" version="@TOOL_VERSION@">usher</requirement>
15 </requirements> 13 </requirements>
16 </xml> 14 </xml>
17 <xml name="citations"> 15 <xml name="citations">
18 <citations> 16 <citations>
19 <citation type="doi">10.1101/2020.09.26.314971</citation> 17 <citation type="doi">10.1101/2020.09.26.314971</citation>
20 <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>
21 </citations> 20 </citations>
21 </xml>
22 <xml name="version">
23 <version_command>usher --version</version_command>
22 </xml> 24 </xml>
23 <macro name="sanitize_string" > 25 <macro name="sanitize_string" >
24 <sanitizer invalid_char=""> 26 <sanitizer invalid_char="">
25 <valid initial="string.letters,string.digits"> 27 <valid initial="string.letters,string.digits">
26 <add value="_"/> 28 <add value="_"/>
27 <add value="-"/> 29 <add value="-"/>
28 <add value="."/> 30 <add value="."/>
29 <add value=":"/> 31 <add value=":"/>
32 <add value=","/>
30 </valid> 33 </valid>
31 </sanitizer> 34 </sanitizer>
32 </macro> 35 </macro>
33 </macros> 36 </macros>