Mercurial > repos > bimib > cobraxy
changeset 43:a15126d5cd60 draft
Uploaded
author | bimib |
---|---|
date | Tue, 08 Oct 2024 16:46:10 +0000 |
parents | ec7d0f8d34e4 |
children | 76924a2fd939 |
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 16:43:43 2024 +0000 +++ b/COBRAxy/ras_generator.py Tue Oct 08 16:46:10 2024 +0000 @@ -232,7 +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(type_gene) + print(args.tool_dir + '/local/pickle files/ENGRO2_genes.p') gene_in_rule = gene_in_rule.get(type_gene) else: