# HG changeset patch # User bgruening # Date 1760645823 0 # Node ID e0a67265f3ed30c7a2bd5be1bf7b5d334c8bc0ec # Parent 9c91d13827efe82e9624c2a7fdb380a8877f56c8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flexynesis commit bcee55468e70cd025cc5359bef5e9991e893eca9 diff -r 9c91d13827ef -r e0a67265f3ed flexynesis.xml --- a/flexynesis.xml Wed Jul 23 07:50:31 2025 +0000 +++ b/flexynesis.xml Thu Oct 16 20:17:03 2025 +0000 @@ -146,6 +146,8 @@ $use_cv $evaluate_baseline_performance --feature_importance_method $feature_importance_method + --safetensors + --threads "\${GALAXY_SLOTS:-4}" \${GALAXY_FLEXYNESIS_EXTRA_ARGUMENTS} ## convert flexynesis output files to tabular format @@ -489,11 +491,15 @@ + + + safetensors_out_bool == True + training_type['model'] == 's_train' and (training_type['plot']['plot_embeddings_conditional']['plot_embeddings'] == 'yes' or training_type['plot']['plot_km_conditional']['plot_km'] == 'yes' or training_type['plot']['plot_cox_conditional']['plot_cox'] == 'yes' or training_type['plot']['plot_scatter_conditional']['plot_scatter'] == 'yes' or training_type['plot']['plot_concordance_conditional']['plot_concordance'] == 'yes' or training_type['plot']['plot_pr_curves_conditional']['plot_pr_curves'] == 'yes' or training_type['plot']['plot_roc_curves_conditional']['plot_roc_curves'] == 'yes' or training_type['plot']['plot_boxplot_conditional']['plot_boxplot'] == 'yes') @@ -501,7 +507,7 @@ - + @@ -572,6 +578,11 @@ + + + + + @@ -591,6 +602,7 @@ + @@ -659,6 +671,7 @@ + @@ -710,7 +723,7 @@ - + @@ -751,9 +764,14 @@ + + + + + - + @@ -806,6 +824,11 @@ + + + + + @@ -833,6 +856,7 @@ + @@ -903,6 +927,7 @@ + @@ -949,6 +974,7 @@ + @@ -984,6 +1010,7 @@ + @@ -1057,6 +1084,7 @@ + @@ -1136,6 +1164,7 @@ + @@ -1161,13 +1190,14 @@ + - + - - + + @@ -1183,6 +1213,7 @@ + @@ -1205,6 +1236,7 @@ + @@ -1227,6 +1259,7 @@ + @@ -1249,6 +1282,7 @@ + @@ -1271,6 +1305,7 @@ + @@ -1308,13 +1343,14 @@ + - + - - + + @@ -1342,6 +1378,7 @@ + diff -r 9c91d13827ef -r e0a67265f3ed flexynesis_plot.py --- a/flexynesis_plot.py Wed Jul 23 07:50:31 2025 +0000 +++ b/flexynesis_plot.py Thu Oct 16 20:17: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, diff -r 9c91d13827ef -r e0a67265f3ed macros.xml --- a/macros.xml Wed Jul 23 07:50:31 2025 +0000 +++ b/macros.xml Thu Oct 16 20:17:03 2025 +0000 @@ -1,7 +1,7 @@ - 0.2.20 - 3 - 24.1 + 1.1.3 + 0 + 25.0 flexynesis