Mercurial > repos > iuc > megahit
changeset 7:d27f770bf397 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megahit commit f311029d3c60675994e8f1a341bf2968a2ed9c10"
| author | iuc |
|---|---|
| date | Sun, 09 Jan 2022 16:57:18 +0000 |
| parents | 00f89dc38847 |
| children | e1475fcac99c |
| files | megahit_wrapper.xml test-data/interleaved_result.fa test-data/paired_result.fa |
| diffstat | 3 files changed, 25 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/megahit_wrapper.xml Tue Aug 31 09:24:33 2021 +0000 +++ b/megahit_wrapper.xml Sun Jan 09 16:57:18 2022 +0000 @@ -1,14 +1,14 @@ <?xml version='1.0' encoding='utf-8'?> -<tool id="megahit" name="MEGAHIT" version="@VERSION@.5"> +<tool id="megahit" name="MEGAHIT" version="@TOOL_VERSION@+galaxy0"> <description>for metagenomics assembly</description> <xrefs> <xref type="bio.tools">megahit</xref> </xrefs> <macros> - <token name="@VERSION@">1.1.3</token> + <token name="@TOOL_VERSION@">1.2.9</token> </macros> <requirements> - <requirement type="package" version="@VERSION@">megahit</requirement> + <requirement type="package" version="@TOOL_VERSION@">megahit</requirement> </requirements> <version_command>megahit --version</version_command> <command detect_errors="exit_code"><