Mercurial > repos > bimib > cobraxy
changeset 47:7b07b05bdb5d draft
Uploaded
author | bimib |
---|---|
date | Tue, 08 Oct 2024 17:08:02 +0000 |
parents | edc096339f0d |
children | fac6930e6385 |
files | COBRAxy/ras_generator.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/ras_generator.py Tue Oct 08 17:04:09 2024 +0000 +++ b/COBRAxy/ras_generator.py Tue Oct 08 17:08:02 2024 +0000 @@ -231,7 +231,7 @@ elif args.rules_selector == 'ENGRO2': gene_in_rule = pk.load(open(args.tool_dir + '/local/pickle files/ENGRO2_genes.p', 'rb')) - + 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) gene_in_rule = gene_in_rule.get(type_gene)