# HG changeset patch # User luca_milaz # Date 1722785342 0 # Node ID 49d9d6c58e858d489c595f4a2d78403e1a5daeda # Parent 9fc5620de44d9193a837f27c11f31ed67a529b9a Uploaded diff -r 9fc5620de44d -r 49d9d6c58e85 marea_2/flux_to_map.py --- a/marea_2/flux_to_map.py Sun Aug 04 15:22:34 2024 +0000 +++ b/marea_2/flux_to_map.py Sun Aug 04 15:29:02 2024 +0000 @@ -854,7 +854,8 @@ colors_median={} i=0 for rxn_id in ids: - colors_median[rxn_id] = rgba_to_hex(reds_cmap(medians[key][i])) + #colors_median[rxn_id] = rgba_to_hex(reds_cmap(medians[key][i])) + colors_median[rxn_id] = "#008000" i+=1 colors_mean={} @@ -899,8 +900,6 @@ computeEnrichmentMedoids(core_map, class_pat, ids) - pass - computeEnrichment(core_map, class_pat, ids) # create output files: TODO: this is the same comparison happening in "maps", find a better way to organize this