# HG changeset patch # User francesco_lapi # Date 1757029609 0 # Node ID 0961c8a27939cf23f012dd1f1424df52d9e692b3 # Parent e051372b05af71fdebe5ac23beaec5f8772f2d75 Uploaded diff -r e051372b05af -r 0961c8a27939 COBRAxy/custom_data_generator.py --- 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