Mercurial > repos > iuc > mash
view macros.xml @ 8:d608e90fb3f0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 09:21:03 +0000 |
| parents | 64ed772075e3 |
| children | a33df3111153 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.3</token> <token name="@INTYPES@"> fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz </token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">mash</requirement> </requirements> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-016-0997-x</citation> </citations> </xml> <xml name="version_command"> <version_command>mash --version</version_command> </xml> </macros>
