Mercurial > repos > bimib > cobraxy
comparison COBRAxy/flux_to_map.py @ 190:1595c0063bad draft
Uploaded
| author | francesco_lapi | 
|---|---|
| date | Wed, 20 Nov 2024 17:59:43 +0000 | 
| parents | 9d6b03c7f0af | 
| children | 21fd8e45de64 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 189:9d6b03c7f0af | 190:1595c0063bad | 
|---|---|
| 402 if not mindReactionDir: | 402 if not mindReactionDir: | 
| 403 if 'r1050' in reactionId: | 403 if 'r1050' in reactionId: | 
| 404 print(reactionId) | 404 print(reactionId) | 
| 405 print(self.toStyleStr()) | 405 print(self.toStyleStr()) | 
| 406 print(getArrowBodyElementId(reactionId)) | 406 print(getArrowBodyElementId(reactionId)) | 
| 407 print(getElementById(reactionId, metabMap)) | 407 print(getElementById(getArrowBodyElementId(reactionId), metabMap)) | 
| 408 return self.applyTo(getArrowBodyElementId(reactionId), metabMap, f";stroke:{self.col};stroke-width:2;stroke-dasharray:5,5") | 408 return self.applyTo(getArrowBodyElementId(reactionId), metabMap, f";stroke:{self.col};stroke-width:2;stroke-dasharray:5,5") | 
| 409 return self.applyTo(getArrowBodyElementId(reactionId), metabMap, self.toStyleStr()) | 409 return self.applyTo(getArrowBodyElementId(reactionId), metabMap, self.toStyleStr()) | 
| 410 | 410 | 
| 411 # Now we style the arrow head(s): | 411 # Now we style the arrow head(s): | 
| 412 idOpt1, idOpt2 = getArrowHeadElementId(reactionId) | 412 idOpt1, idOpt2 = getArrowHeadElementId(reactionId) | 
