Repository 'medaka_variant_pipeline'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/medaka_variant_pipeline

Changeset 4:5c959a2dde5f (2020-10-13)
Previous changeset 3:148f32860445 (2020-09-01) Next changeset 5:efca385ce679 (2020-10-16)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/medaka commit c02f74da66f51b431b7cd8bd0d1cffde267e3332"
modified:
macros.xml
medaka_variant.xml
b
diff -r 148f32860445 -r 5c959a2dde5f macros.xml
--- a/macros.xml Tue Sep 01 03:06:38 2020 -0400
+++ b/macros.xml Tue Oct 13 15:59:54 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">
b
diff -r 148f32860445 -r 5c959a2dde5f medaka_variant.xml
--- a/medaka_variant.xml Tue Sep 01 03:06:38 2020 -0400
+++ b/medaka_variant.xml Tue Oct 13 15:59:54 2020 +0000
b
@@ -1,4 +1,4 @@
-<tool id="medaka_variant_pipeline" name="medaka: Variant pipeline" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
+<tool id="medaka_variant_pipeline" name="medaka variant pipeline" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
     <description>via neural networks</description>
     <macros>
         <import>macros.xml</import>