# HG changeset patch
# User luca_milaz
# Date 1732801871 0
# Node ID c2aa3034aac268150e199904dc06b785b5697c97
# Parent  8496aeba6351db782bcf0fd5bfcdbf1241e80bde
Uploaded

diff -r 8496aeba6351 -r c2aa3034aac2 COBRAxy/flux_simulation.py
--- 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)