changeset 294:d281a6e06489 draft

Uploaded
author luca_milaz
date Mon, 05 Aug 2024 09:48:18 +0000
parents 34c66deb0941
children c500117b79e2
files marea_2/flux_to_map.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Sun Aug 04 19:39:43 2024 +0000
+++ b/marea_2/flux_to_map.py	Mon Aug 05 09:48:18 2024 +0000
@@ -949,11 +949,11 @@
         None
     """
     arrow = Arrow(width=5, col=color)
-    arrow.styleReactionElements(metabMap, rxn_id, mindReactionDir=False)
-    idOpt1, idOpt2 = getArrowHeadElementId(rxn_id)
+    arrow.styleReactionElements(metabMap, rxn_id, mindReactionDir=True)
+    '''idOpt1, idOpt2 = getArrowHeadElementId(rxn_id)
     arrow.applyTo(idOpt1, metabMap, arrow.toStyleStr(downSizedForTips=True))
     if idOpt2:
-        arrow.applyTo(idOpt2, metabMap, arrow.toStyleStr(downSizedForTips=True))
+        arrow.applyTo(idOpt2, metabMap, arrow.toStyleStr(downSizedForTips=True))'''
 
 def save_and_convert(metabMap, map_type, key):
     """