changeset 208:c2aa3034aac2 draft

Uploaded
author luca_milaz
date Thu, 28 Nov 2024 13:51:11 +0000
parents 8496aeba6351
children 00a66b9bc29e
files COBRAxy/flux_simulation.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/flux_simulation.py	Tue Nov 26 15:09:09 2024 +0000
+++ b/COBRAxy/flux_simulation.py	Thu Nov 28 13:51:11 2024 +0000
@@ -238,7 +238,8 @@
         model_input.reactions.get_by_id(rxn_index).lower_bound = row.lower_bound
         model_input.reactions.get_by_id(rxn_index).upper_bound = row.upper_bound
     
-    name = '.'.join(cell_name.rsplit('.', 1)[:-1])
+    #name = '.'.join(cell_name.rsplit('.', 1)[:-1])
+    name = cell_name
     
     if ARGS.algorithm == 'OPTGP':
         OPTGP_sampler(model_input, name, ARGS.n_samples, ARGS.thinning, ARGS.n_batches, ARGS.seed)