comparison COBRAxy/custom_data_generator.py @ 355:62de44378930 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 23:10:02 +0000
parents d13b39f183a5
children be93df100d60
comparison
equal deleted inserted replaced
354:d9c0524581c9 355:62de44378930
255 255
256 #merged.to_csv(out_file, sep = '\t', index = False) 256 #merged.to_csv(out_file, sep = '\t', index = False)
257 257
258 258
259 #### 259 ####
260 out_data_path = out_file #ARGS.out_data 260 out_data_path = ARGS.out_data
261 261
262 # If Galaxy provided a .dat name, ensure a correct extension according to output_format 262 # If Galaxy provided a .dat name, ensure a correct extension according to output_format
263 if ARGS.output_format == "xlsx": 263 if ARGS.output_format == "xlsx":
264 if not out_data_path.lower().endswith(".xlsx"): 264 if not out_data_path.lower().endswith(".xlsx"):
265 out_data_path = out_data_path + ".xlsx" 265 out_data_path = out_data_path + ".xlsx"