Mercurial > repos > bimib > cobraxy
changeset 256:75804fbc338b draft
Uploaded
author | francesco_lapi |
---|---|
date | Tue, 04 Mar 2025 15:00:16 +0000 |
parents | 9f78303dbd88 |
children | bb4e43663c69 |
files | COBRAxy/ras_generator.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/ras_generator.py Wed Feb 19 14:33:59 2025 +0000 +++ b/COBRAxy/ras_generator.py Tue Mar 04 15:00:16 2025 +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')) + print(gene_in_rule) print(f"{args.tool_dir}'/local/pickle files/ENGRO2_genes.p'") utils.logWarning(f"{args.tool_dir}'/local/pickle files/ENGRO2_genes.p'", ARGS.out_log) print(args.rules_selector)