Mercurial > repos > bimib > cobraxy
changeset 46:edc096339f0d draft
Uploaded
author | bimib |
---|---|
date | Tue, 08 Oct 2024 17:04:09 +0000 |
parents | 95d67e76d647 |
children | 7b07b05bdb5d |
files | COBRAxy/ras_generator.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/ras_generator.py Tue Oct 08 16:57:44 2024 +0000 +++ b/COBRAxy/ras_generator.py Tue Oct 08 17:04:09 2024 +0000 @@ -232,6 +232,7 @@ elif args.rules_selector == 'ENGRO2': gene_in_rule = pk.load(open(args.tool_dir + '/local/pickle files/ENGRO2_genes.p', 'rb')) + utils.logWarning(f"{args.tool_dir}'/local/pickle files/ENGRO2_genes.p'", ARGS.out_log) print(args.rules_selector) gene_in_rule = gene_in_rule.get(type_gene)