Mercurial > repos > bimib > cobraxy
diff COBRAxy/custom_data_generator.py @ 372:d0a307c3ae36 draft
Uploaded
author | francesco_lapi |
---|---|
date | Fri, 05 Sep 2025 00:19:08 +0000 |
parents | 33ff7b04a022 |
children | 72f592fe1f7d |
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py Thu Sep 04 23:59:21 2025 +0000 +++ b/COBRAxy/custom_data_generator.py Fri Sep 05 00:19:08 2025 +0000 @@ -260,8 +260,8 @@ #### if ARGS.output_format == "xlsx": - if not ARGS.out_xlsx.lower().endswith(".xlsx"): - ARGS.out_xlsx += ".xlsx" + #if not ARGS.out_xlsx.lower().endswith(".xlsx"): + # ARGS.out_xlsx += ".xlsx" merged.to_excel(ARGS.out_xlsx, index=False) else: