# HG changeset patch # User francesco_lapi # Date 1757586649 0 # Node ID f8b1761eee3777d7fc118f2b9d17ba2b36e494a5 # Parent be26d1c603a012a08588ade391fd9fe99979a635 Uploaded diff -r be26d1c603a0 -r f8b1761eee37 COBRAxy/utils/model_utils.py --- a/COBRAxy/utils/model_utils.py Thu Sep 11 09:44:54 2025 +0000 +++ b/COBRAxy/utils/model_utils.py Thu Sep 11 10:30:49 2025 +0000 @@ -184,7 +184,7 @@ # Prima passata: estrai metaboliti e compartimenti dalle formule delle reazioni for idx, row in df.iterrows(): - reaction_formula = str(row['Reaction']).strip() + reaction_formula = str(row['Formula']).strip() if not reaction_formula or reaction_formula == 'nan': continue