comparison macros.xml @ 0:68084b06ae83 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 24f4271bd62a3d96fec812eae2ad607f6a7f723c"
author iuc
date Sun, 16 Feb 2020 17:03:04 -0500
parents
children 91ee99b4f05a
comparison
equal deleted inserted replaced
-1:000000000000 0:68084b06ae83
1 <macros>
2 <token name="@TOOL_VERSION@">2.1</token>
3 <token name="@INTYPES@">
4 fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz
5 </token>
6
7 <xml name="citations">
8 <citations>
9 <citation type="doi">10.1186/s13059-016-0997-x</citation>
10 </citations>
11 </xml>
12
13 <xml name="requirements">
14 <requirements>
15 <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
16 </requirements>
17 </xml>
18
19 <xml name="version_command">
20 <version_command>mash --version</version_command>
21 </xml>
22
23 </macros>