Mercurial > repos > iuc > megahit
changeset 6:14ddfc8ffb93 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:44 +0000 |
| parents | 7518ee87b53d |
| children | a96f3ad4e0d8 |
| files | megahit_wrapper.xml test-data/interleaved_result.fa test-data/paired_result.fa |
| diffstat | 3 files changed, 28 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/megahit_wrapper.xml Tue Sep 08 08:34:21 2020 +0000 +++ b/megahit_wrapper.xml Sun Jan 09 16:57:44 2022 +0000 @@ -1,11 +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"><