diff COBRAxy/custom_data_generator.py @ 367:0961c8a27939 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 23:46:49 +0000
parents 8a6da55f4e0e
children acab8c8e7d6c
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py	Thu Sep 04 23:44:19 2025 +0000
+++ b/COBRAxy/custom_data_generator.py	Thu Sep 04 23:46:49 2025 +0000
@@ -263,7 +263,7 @@
     else:
         merged.to_csv(ARGS.out_tabular, sep="\t", index=False)
 
-
+print("CustomDataGenerator: completed successfully")
 
 if __name__ == '__main__':
     main()
\ No newline at end of file