Mercurial > repos > iuc > mash
diff macros.xml @ 2:7f7d8b0c8517 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:45 -0500 |
| parents | bac720dc1948 |
| children | 86dec4abcea8 |
line wrap: on
line diff
--- a/macros.xml Wed Jan 23 15:59:25 2019 -0500 +++ b/macros.xml Sun Feb 16 17:03:45 2020 -0500 @@ -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>
