Mercurial > repos > bimib > marea_2
changeset 298:5418a59697a3 draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 05 Aug 2024 10:24:44 +0000 |
parents | df022575a39c |
children | 67b200f39946 |
files | marea_2/flux_to_map.py |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/flux_to_map.py Mon Aug 05 10:21:48 2024 +0000 +++ b/marea_2/flux_to_map.py Mon Aug 05 10:24:44 2024 +0000 @@ -969,11 +969,7 @@ """ arrow = Arrow(width=5, col=color) arrow.styleReactionElements_custom(metabMap, rxn_id, isNegative) - - idOpt1, idOpt2 = getArrowHeadElementId(rxn_id) - arrow.applyTo(idOpt1, metabMap, arrow.toStyleStr(downSizedForTips=True)) - if idOpt2: - arrow.applyTo(idOpt2, metabMap, arrow.toStyleStr(downSizedForTips=True)) + pass def save_and_convert(metabMap, map_type, key): """