comparison macros.xml @ 0:359daa4b6d10 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:38:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:359daa4b6d10
1 <macros>
2 <token name="@TOOL_VERSION@">0.6.6</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">23.2</token>
5 <xml name="xrefs">
6 <xrefs>
7 <xref type="bio.tools">usher</xref>
8 </xrefs>
9 </xml>
10 <xml name="requirements">
11 <requirements>
12 <requirement type="package" version="@TOOL_VERSION@">usher</requirement>
13 </requirements>
14 </xml>
15 <xml name="citations">
16 <citations>
17 <citation type="doi">10.1101/2020.09.26.314971</citation>
18 <citation type="doi">10.1101/2021.04.03.438321</citation>
19 <citation type="doi">10.1101/2021.08.04.455157</citation>
20 </citations>
21 </xml>
22 <xml name="version">
23 <version_command>usher --version</version_command>
24 </xml>
25 <macro name="sanitize_string" >
26 <sanitizer invalid_char="">
27 <valid initial="string.letters,string.digits">
28 <add value="_"/>
29 <add value="-"/>
30 <add value="."/>
31 <add value=":"/>
32 <add value=","/>
33 </valid>
34 </sanitizer>
35 </macro>
36 </macros>