comparison macros.xml @ 0:1aab9cf41bd0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit f4e45447b1a8f2d99f3feda11a7c7d2bc7f84a57
author iuc
date Wed, 24 Sep 2025 13:46:33 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1aab9cf41bd0
1 <macros>
2 <token name="@TOOL_VERSION@">2.3</token>
3 <token name="@PROFILE@">23.2</token>
4 <token name="@INTYPES@">fasta,fasta.gz,fastqsanger,fastqsanger.gz</token>
5 <xml name="requirements">
6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
8 </requirements>
9 </xml>
10 <xml name="xref">
11 <xrefs>
12 <xref type="bio.tools">mash</xref>
13 </xrefs>
14 </xml>
15 <xml name="citations">
16 <citations>
17 <citation type="doi">10.1186/s13059-016-0997-x</citation>
18 </citations>
19 </xml>
20 <xml name="version_command">
21 <version_command>mash --version</version_command>
22 </xml>
23 </macros>