# HG changeset patch
# User bgruening
# Date 1760645793 0
# Node ID c348c91a487db31308a75853bed19ddaab0e4d4d
# Parent f73ce81f77953a0cc59d890bd8a528dfe17682ce
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flexynesis commit bcee55468e70cd025cc5359bef5e9991e893eca9
diff -r f73ce81f7795 -r c348c91a487d flexynesis_plot.py
--- 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,
diff -r f73ce81f7795 -r c348c91a487d flexynesis_utils.xml
--- 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 @@
diff -r f73ce81f7795 -r c348c91a487d macros.xml
--- 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 @@
- 0.2.20
- 3
- 24.1
+ 1.1.3
+ 0
+ 25.0
flexynesis