Mercurial > repos > bimib > cobraxy
comparison COBRAxy/ras_generator.py @ 264:a4f02ba0f64c draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Tue, 04 Mar 2025 15:27:22 +0000 |
| parents | f7716d7d7e35 |
| children | bae18f67004c |
comparison
equal
deleted
inserted
replaced
| 263:f7716d7d7e35 | 264:a4f02ba0f64c |
|---|---|
| 225 gene_in_rule = None | 225 gene_in_rule = None |
| 226 | 226 |
| 227 if gene_dup: | 227 if gene_dup: |
| 228 if gene_custom == None: | 228 if gene_custom == None: |
| 229 print(args.rules_selector) | 229 print(args.rules_selector) |
| 230 print(args.rules_selector == 'ENGRO2') | 230 print(str(args.rules_selector) == 'ENGRO2') |
| 231 | 231 |
| 232 if args.rules_selector == 'HMRcore': | 232 if args.rules_selector == 'HMRcore': |
| 233 print(1) | 233 print(1) |
| 234 gene_in_rule = pk.load(open(args.tool_dir + '/local/pickle files/HMRcore_genes.p', 'rb')) | 234 gene_in_rule = pk.load(open(args.tool_dir + '/local/pickle files/HMRcore_genes.p', 'rb')) |
| 235 | 235 |
| 236 elif args.rules_selector == 'Recon': | 236 elif args.rules_selector == 'Recon': |
