Mercurial > repos > bimib > cobraxy
diff COBRAxy/ras_generator.py @ 263:f7716d7d7e35 draft
Uploaded
author | francesco_lapi |
---|---|
date | Tue, 04 Mar 2025 15:24:44 +0000 |
parents | 1df2d8de156f |
children | a4f02ba0f64c |
line wrap: on
line diff
--- a/COBRAxy/ras_generator.py Tue Mar 04 15:23:25 2025 +0000 +++ b/COBRAxy/ras_generator.py Tue Mar 04 15:24:44 2025 +0000 @@ -226,6 +226,8 @@ if gene_dup: if gene_custom == None: + print(args.rules_selector) + print(args.rules_selector == 'ENGRO2') if args.rules_selector == 'HMRcore': print(1) @@ -238,7 +240,7 @@ elif args.rules_selector == 'ENGRO2': print(3) 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) gene_in_rule = gene_in_rule.get(type_gene)