Previous changeset 4:84dcccebad3d (2020-09-01) Next changeset 6:22f6a0e7424f (2020-10-16) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/medaka commit c02f74da66f51b431b7cd8bd0d1cffde267e3332" |
modified:
consensus.xml macros.xml |
b |
diff -r 84dcccebad3d -r 5901bb391198 consensus.xml --- a/consensus.xml Tue Sep 01 03:07:44 2020 -0400 +++ b/consensus.xml Tue Oct 13 15:59:31 2020 +0000 |
b |
@@ -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> |
b |
diff -r 84dcccebad3d -r 5901bb391198 macros.xml --- a/macros.xml Tue Sep 01 03:07:44 2020 -0400 +++ b/macros.xml Tue Oct 13 15:59:31 2020 +0000 |
b |
@@ -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"> |