Mercurial > repos > iuc > medaka_consensus
changeset 5:5acc1bfac3ab draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/medaka commit c02f74da66f51b431b7cd8bd0d1cffde267e3332"
| author | iuc |
|---|---|
| date | Tue, 13 Oct 2020 15:57:08 +0000 |
| parents | dfa0d4968d18 |
| children | 86d6b037bbe6 |
| files | consensus.xml macros.xml |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/consensus.xml Tue Sep 01 07:04:43 2020 +0000 +++ b/consensus.xml Tue Oct 13 15:57:08 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="medaka_consensus" name="medaka: Consensus" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> +<tool id="medaka_consensus" name="medaka consensus tool" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> <description>Assembly polishing via neural networks</description> <macros> <import>macros.xml</import>
--- a/macros.xml Tue Sep 01 07:04:43 2020 +0000 +++ b/macros.xml Tue Oct 13 15:57:08 2020 +0000 @@ -5,7 +5,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">medaka</requirement> - <requirement type="package" version="1.4.1">scipy</requirement> + <yield /> </requirements> </xml> <xml name="version_command">
