Mercurial > repos > iuc > mash_sketch
diff macros.xml @ 4:c73c3dfe1af8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
| author | iuc |
|---|---|
| date | Thu, 11 Sep 2025 10:22:17 +0000 |
| parents | 91ee99b4f05a |
| children |
line wrap: on
line diff
--- a/macros.xml Sat Apr 24 13:28:53 2021 +0000 +++ b/macros.xml Thu Sep 11 10:22:17 2025 +0000 @@ -1,13 +1,17 @@ <macros> <token name="@TOOL_VERSION@">2.3</token> - <token name="@INTYPES@"> - fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz - </token> + <token name="@PROFILE@">23.2</token> + <token name="@INTYPES@">fasta,fasta.gz,fastqsanger,fastqsanger.gz</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">mash</requirement> </requirements> </xml> + <xml name="xref"> + <xrefs> + <xref type="bio.tools">mash</xref> + </xrefs> + </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-016-0997-x</citation>
