# HG changeset patch # User luca_milaz # Date 1722776203 0 # Node ID 6c3e7c338b932e4da97af785121ee10c17b24d6d # Parent caf79d752eb4f5be7c6d2cbb8034240f10bc7dc4 Uploaded diff -r caf79d752eb4 -r 6c3e7c338b93 marea_2/flux_to_map.py --- a/marea_2/flux_to_map.py Sun Aug 04 12:34:44 2024 +0000 +++ b/marea_2/flux_to_map.py Sun Aug 04 12:56:43 2024 +0000 @@ -814,9 +814,16 @@ return { id : list(map(utils.Float("Dataset values, not an argument"), values)) for id, values in dataset.items() }, IDs def computeEnrichmentMedoids(metabMap :ET.ElementTree, class_pat :Dict[str, List[List[float]]], ids :List[str]) -> None: + utils.logWarning( - print(class_pat), + str(len(class_pat['1'])), ARGS.out_log) + + pass + #for key, value in class_pat.items(): + + #max_flux = max(class_pat.values(), key=abs) + ############################ MAIN #############################################