Mercurial > repos > bimib > cobraxy
changeset 225:ba7043091fe3 draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 16 Dec 2024 17:21:36 +0000 |
parents | 4a677fc67aeb |
children | 422d8a7b7fb5 |
files | COBRAxy/flux_to_map.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/flux_to_map.py Mon Dec 16 17:06:12 2024 +0000 +++ b/COBRAxy/flux_to_map.py Mon Dec 16 17:21:36 2024 +0000 @@ -759,7 +759,6 @@ if ARGS.comparison == "manyvsmany": for i, j in it.combinations(class_pat.keys(), 2): - comparisonDict, max_z_score = compareDatasetPair(class_pat.get(i), class_pat.get(j), ids) enrichment_results.append((i, j, comparisonDict, max_z_score))