Mercurial > repos > bimib > cobraxy
diff 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 |
line wrap: on
line diff
--- a/COBRAxy/flux_simulation_beta.py Mon Sep 22 15:35:14 2025 +0000 +++ b/COBRAxy/flux_simulation_beta.py Mon Sep 22 15:38:51 2025 +0000 @@ -501,6 +501,8 @@ # Determine if sampling should be performed if ARGS.sampling_enabled == "true": perform_sampling = True + else: + perform_sampling = False print("=== INPUT FILES ===") print(f"{ARGS.input_files}")