comparison COBRAxy/flux_simulation_beta.py @ 475:c91c502f12e9 draft

Uploaded
author luca_milaz
date Mon, 22 Sep 2025 15:38:51 +0000
parents 6a88ae3f936f
children f3c3af900de2
comparison
equal deleted inserted replaced
474:6a88ae3f936f 475:c91c502f12e9
499 ARGS.output_type_analysis = ARGS.output_type_analysis.split(",") if ARGS.output_type_analysis else [] 499 ARGS.output_type_analysis = ARGS.output_type_analysis.split(",") if ARGS.output_type_analysis else []
500 500
501 # Determine if sampling should be performed 501 # Determine if sampling should be performed
502 if ARGS.sampling_enabled == "true": 502 if ARGS.sampling_enabled == "true":
503 perform_sampling = True 503 perform_sampling = True
504 else:
505 perform_sampling = False
504 506
505 print("=== INPUT FILES ===") 507 print("=== INPUT FILES ===")
506 print(f"{ARGS.input_files}") 508 print(f"{ARGS.input_files}")
507 print(f"{ARGS.file_names}") 509 print(f"{ARGS.file_names}")
508 print(f"{ARGS.output_type}") 510 print(f"{ARGS.output_type}")