Mercurial > repos > bimib > cobraxy
diff COBRAxy/custom_data_generator.py @ 386:cccbf259459e draft
Uploaded
author | francesco_lapi |
---|---|
date | Fri, 05 Sep 2025 10:15:52 +0000 |
parents | 8a1213d1393d |
children | 52658ddcaa5d |
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py Fri Sep 05 10:08:39 2025 +0000 +++ b/COBRAxy/custom_data_generator.py Fri Sep 05 10:15:52 2025 +0000 @@ -8,7 +8,6 @@ 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: @@ -268,7 +267,7 @@ if not expected or not os.path.exists(expected) or os.path.getsize(expected) == 0: raise utils.DataErr(expected, "Output non creato o vuoto") -print("CustomDataGenerator: completed successfully") + print("CustomDataGenerator: completed successfully") if __name__ == '__main__': main() \ No newline at end of file