comparison macros.xml @ 2:91ee99b4f05a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 57309b08e7a08b6f72982f0d78cb5574616c7b67"
author iuc
date Sat, 24 Apr 2021 11:29:14 +0000
parents 68084b06ae83
children
comparison
equal deleted inserted replaced
1:77289957d47b 2:91ee99b4f05a
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">2.1</token> 2 <token name="@TOOL_VERSION@">2.3</token>
3 <token name="@INTYPES@"> 3 <token name="@INTYPES@">
4 fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz 4 fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz
5 </token> 5 </token>
6 6 <xml name="requirements">
7 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
9 </requirements>
10 </xml>
7 <xml name="citations"> 11 <xml name="citations">
8 <citations> 12 <citations>
9 <citation type="doi">10.1186/s13059-016-0997-x</citation> 13 <citation type="doi">10.1186/s13059-016-0997-x</citation>
10 </citations> 14 </citations>
11 </xml> 15 </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"> 16 <xml name="version_command">
20 <version_command>mash --version</version_command> 17 <version_command>mash --version</version_command>
21 </xml> 18 </xml>
22
23 </macros> 19 </macros>