changeset 6:c348c91a487d 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:33 +0000
parents f73ce81f7795
children
files flexynesis_plot.py flexynesis_utils.xml macros.xml
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/flexynesis_plot.py	Wed Jul 23 07:50:52 2025 +0000
+++ b/flexynesis_plot.py	Thu Oct 16 20:16:33 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_utils.xml	Wed Jul 23 07:50:52 2025 +0000
+++ b/flexynesis_utils.xml	Thu Oct 16 20:16:33 2025 +0000
@@ -51,7 +51,7 @@
 
 import numpy as np
 import pandas as pd
-from flexynesis import (
+from flexynesis.utils import (
     louvain_clustering,
     get_optimal_clusters,
     compute_ami_ari,
@@ -206,7 +206,7 @@
             <output name="util_out">
                 <assert_contents>
                     <has_text_matching expression="sample_id\tvariable\tclass_label\tprobability\tknown_label\tpredicted_label\tsplit\tlouvain_cluster"/>
-                    <has_text_matching expression="MB-4818\tCLAUDIN_SUBTYPE\tLumA\t0.8582904\tLumB\tLumA\ttest\t3.0"/>
+                    <has_text_matching expression="MB-4818\tCLAUDIN_SUBTYPE\tLumA\t0.8582904\tLumB\tLumA\ttest\t[0-9]+"/>
                 </assert_contents>
             </output>
         </test>
--- a/macros.xml	Wed Jul 23 07:50:52 2025 +0000
+++ b/macros.xml	Thu Oct 16 20:16:33 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>