Mercurial > repos > bimib > marea_2
changeset 265:49d9d6c58e85 draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 04 Aug 2024 15:29:02 +0000 |
parents | 9fc5620de44d |
children | f3da6593b296 |
files | marea_2/flux_to_map.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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