diff COBRAxy/custom_data_generator.py @ 348:25862d166f88 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 22:41:30 +0000
parents 4165326259cc
children 6f1065c00211
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py	Thu Sep 04 22:25:44 2025 +0000
+++ b/COBRAxy/custom_data_generator.py	Thu Sep 04 22:41:30 2025 +0000
@@ -266,6 +266,7 @@
             out_data_path = out_data_path + ".csv"
         merged.to_csv(out_data_path, sep="\t", index=False)
 
+    print(f"Custom data generated for model '{model_name}' and saved to '{out_data_path}'")
 
 if __name__ == '__main__':
     main()
\ No newline at end of file