Mercurial > repos > bimib > cobraxy
diff COBRAxy/src/marea.py @ 551:d45a37837ffa draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Thu, 11 Dec 2025 11:17:33 +0000 |
| parents | fcdbc81feb45 |
| children |
line wrap: on
line diff
--- a/COBRAxy/src/marea.py Mon Nov 03 14:49:49 2025 +0000 +++ b/COBRAxy/src/marea.py Thu Dec 11 11:17:33 2025 +0000 @@ -239,7 +239,6 @@ # (threshold_F_C - 1) / (abs(threshold_F_C) + 1) con threshold_F_C > 1 return (avg1 - avg2) / (abs(avg1) + abs(avg2)) -# TODO: I would really like for this one to get the Thanos treatment def fix_style(l :str, col :Optional[str], width :str, dash :str) -> str: """ Produces a "fixed" style string to assign to a reaction arrow in the SVG map, assigning style properties to the corresponding values passed as input params.
