Mercurial > repos > bimib > cobraxy
comparison 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 |
comparison
equal
deleted
inserted
replaced
366:e051372b05af | 367:0961c8a27939 |
---|---|
261 if ARGS.output_format == "xlsx": | 261 if ARGS.output_format == "xlsx": |
262 merged.to_excel(ARGS.out_xlsx, index=False) | 262 merged.to_excel(ARGS.out_xlsx, index=False) |
263 else: | 263 else: |
264 merged.to_csv(ARGS.out_tabular, sep="\t", index=False) | 264 merged.to_csv(ARGS.out_tabular, sep="\t", index=False) |
265 | 265 |
266 | 266 print("CustomDataGenerator: completed successfully") |
267 | 267 |
268 if __name__ == '__main__': | 268 if __name__ == '__main__': |
269 main() | 269 main() |