changeset 6:a9d1fe48e1e6 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flexynesis commit bcee55468e70cd025cc5359bef5e9991e893eca9
author bgruening
date Thu, 16 Oct 2025 20:16:03 +0000
parents 07f595f34f29
children
files flexynesis_plot.py flexynesis_plot.xml macros.xml
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/flexynesis_plot.py	Wed Jul 23 07:50:41 2025 +0000
+++ b/flexynesis_plot.py	Thu Oct 16 20:16:03 2025 +0000
@@ -11,7 +11,7 @@
 import numpy as np
 import pandas as pd
 import seaborn as sns
-from flexynesis import (
+from flexynesis.utils import (
     build_cox_model,
     plot_dim_reduced,
     plot_hazard_ratios,
--- a/flexynesis_plot.xml	Wed Jul 23 07:50:41 2025 +0000
+++ b/flexynesis_plot.xml	Thu Oct 16 20:16:03 2025 +0000
@@ -510,10 +510,10 @@
             <output_collection name="plot_out" type="list" count="1">
                 <element name="important_features_cox_hazard_ratios">
                     <assert_contents>
-                        <has_image_center_of_mass center_of_mass="970,730" eps="20"/>
+                        <has_image_center_of_mass center_of_mass="970,730" eps="40"/>
                         <has_image_channels channels="3"/>
-                        <has_image_height height="1460" delta="20"/>
-                        <has_image_width width="1940" delta="20"/>
+                        <has_image_height height="1500" delta="30"/>
+                        <has_image_width width="1980" delta="30"/>
                     </assert_contents>
                 </element>
             </output_collection>
--- a/macros.xml	Wed Jul 23 07:50:41 2025 +0000
+++ b/macros.xml	Thu Oct 16 20:16:03 2025 +0000
@@ -1,7 +1,7 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.2.20</token>
-    <token name="@VERSION_SUFFIX@">3</token>
-    <token name="@PROFILE@">24.1</token>
+    <token name="@TOOL_VERSION@">1.1.3</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">25.0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">flexynesis</requirement>