Mercurial > repos > dfornika > mash_sketch
diff macros.xml @ 8:56c1b5f9f8bf draft default tip
"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:42:30 +0000 |
parents | 70e20e8ccdaf |
children |
line wrap: on
line diff
--- a/macros.xml Fri Feb 14 21:24:09 2020 +0000 +++ b/macros.xml Mon Feb 24 20:42:30 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>