Mercurial > repos > iuc > mash_sketch
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sun Feb 16 17:03:04 2020 -0500 @@ -0,0 +1,23 @@ +<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>