# HG changeset patch # User luca_milaz # Date 1728827244 0 # Node ID e3b3958c0d88084d15b0c28472f5d80a667aeb11 # Parent d4d84b2bce9bf74a5853bb704d50051c8360cde7 Uploaded diff -r d4d84b2bce9b -r e3b3958c0d88 COBRAxy/ras_to_bounds.py --- a/COBRAxy/ras_to_bounds.py Sun Oct 13 13:42:22 2024 +0000 +++ b/COBRAxy/ras_to_bounds.py Sun Oct 13 13:47:24 2024 +0000 @@ -154,7 +154,6 @@ None """ model_new = model.copy() - warning(str(ras_row.index)) apply_ras_bounds(model_new, ras_row, rxns_ids) bounds = pd.DataFrame([(rxn.lower_bound, rxn.upper_bound) for rxn in model_new.reactions], index=rxns_ids, columns=["lower_bound", "upper_bound"]) bounds.to_csv(output_folder + cellName + ".csv", sep='\t', index=True)