comparison macros.xml @ 0:79e2ee4e6ebb draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/usher commit c1531745ea5f5c4fbd22ad18e290b47fdcb01bb1"
author iuc
date Tue, 11 May 2021 17:54:51 +0000
parents
children e0a0a473fc1e
comparison
equal deleted inserted replaced
-1:000000000000 0:79e2ee4e6ebb
1 <macros>
2 <token name="@TOOL_VERSION@">0.2.1</token>
3 <token name="@GALAXY_TOOL_VERSION@">galaxy0</token>
4 <xml name="edam_ontology">
5 <edam_topics>
6 <edam_topic>topic_0194</edam_topic>
7 </edam_topics>
8 <edam_operations>
9 <edam_operation>operation_0540</edam_operation>
10 </edam_operations>
11 </xml>
12 <xml name="requirements">
13 <requirements>
14 <requirement type="package" version="@TOOL_VERSION@">usher</requirement>
15 </requirements>
16 </xml>
17 <xml name="citations">
18 <citations>
19 <citation type="doi">10.1101/2020.09.26.314971</citation>
20 <citation type="doi">10.1101/2021.04.03.438321</citation>
21 </citations>
22 </xml>
23 <macro name="sanitize_string" >
24 <sanitizer invalid_char="">
25 <valid initial="string.letters,string.digits">
26 <add value="_"/>
27 <add value="-"/>
28 <add value="."/>
29 <add value=":"/>
30 </valid>
31 </sanitizer>
32 </macro>
33 </macros>