Mercurial > repos > iuc > mash
changeset 4:86dec4abcea8 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 57309b08e7a08b6f72982f0d78cb5574616c7b67"
author | iuc |
---|---|
date | Sat, 24 Apr 2021 11:29:35 +0000 |
parents | f8e51626fc56 |
children | |
files | macros.xml test-data/ERR024951_seqtk_sample_1000_1.sketch.msh test-data/test_01_mash_sketch.msh test-data/test_02_mash_sketch.msh test-data/test_03_mash_sketch.msh test-data/test_04_mash_sketch.msh test-data/test_05_mash_sketch.msh test-data/test_06_mash_sketch.msh test-data/test_07_mash_sketch.msh test-data/test_assembly.sketch.msh |
diffstat | 10 files changed, 6 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Feb 26 15:49:03 2020 -0500 +++ b/macros.xml Sat Apr 24 11:29:35 2021 +0000 @@ -1,23 +1,19 @@ <macros> - <token name="@TOOL_VERSION@">2.1</token> + <token name="@TOOL_VERSION@">2.3</token> <token name="@INTYPES@"> fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz </token> - + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">mash</requirement> + </requirements> + </xml> <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>