# HG changeset patch # User francesco_lapi # Date 1732125583 0 # Node ID 1595c0063badb9d2230da703877d4ba2379d8298 # Parent 9d6b03c7f0af4c61c367bed059a8cb9ea7d8adfe Uploaded diff -r 9d6b03c7f0af -r 1595c0063bad COBRAxy/flux_to_map.py --- a/COBRAxy/flux_to_map.py Wed Nov 20 17:54:45 2024 +0000 +++ b/COBRAxy/flux_to_map.py Wed Nov 20 17:59:43 2024 +0000 @@ -404,7 +404,7 @@ print(reactionId) print(self.toStyleStr()) print(getArrowBodyElementId(reactionId)) - print(getElementById(reactionId, metabMap)) + print(getElementById(getArrowBodyElementId(reactionId), metabMap)) return self.applyTo(getArrowBodyElementId(reactionId), metabMap, f";stroke:{self.col};stroke-width:2;stroke-dasharray:5,5") return self.applyTo(getArrowBodyElementId(reactionId), metabMap, self.toStyleStr())