changeset 370:33ff7b04a022 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 23:56:42 +0000
parents acab8c8e7d6c
children 7c06cd54d4e4
files COBRAxy/custom_data_generator.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py	Thu Sep 04 23:54:26 2025 +0000
+++ b/COBRAxy/custom_data_generator.py	Thu Sep 04 23:56:42 2025 +0000
@@ -8,6 +8,7 @@
 import utils.rule_parsing  as rulesUtils
 from typing import Optional, Tuple, Union, List, Dict
 import utils.reaction_parsing as reactionUtils
+import openpyxl
 
 ARGS : argparse.Namespace
 def process_args(args: List[str] = None) -> argparse.Namespace: