Mercurial > repos > iuc > mash
view macros.xml @ 3:6d63b05cfea8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 24f4271bd62a3d96fec812eae2ad607f6a7f723c"
| author | iuc |
|---|---|
| date | Sun, 16 Feb 2020 22:02:43 +0000 |
| parents | 867692ec85aa |
| children | 64ed772075e3 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.1</token> <token name="@INTYPES@"> fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz </token> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-016-0997-x</citation> </citations> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">mash</requirement> </requirements> </xml> <xml name="version_command"> <version_command>mash --version</version_command> </xml> </macros>
