Mercurial > repos > iuc > mash
diff 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 diff
--- a/macros.xml Sun Feb 16 21:10:45 2020 +0000 +++ b/macros.xml Sun Feb 16 22:02:43 2020 +0000 @@ -3,4 +3,21 @@ <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>
