Mercurial > repos > dfornika > mash
diff macros.xml @ 17:34869670b2d0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit e7ac80b7bf62e50eb537b5adbe0a5ece8c4e77df-dirty"
| author | dfornika |
|---|---|
| date | Mon, 24 Feb 2020 20:43:35 +0000 |
| parents | 55fdc6724f03 |
| children |
line wrap: on
line diff
--- a/macros.xml Thu Feb 13 22:10:20 2020 +0000 +++ b/macros.xml Mon Feb 24 20:43:35 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>
