changeset 282:f5635309779a draft

Uploaded
author francesco_lapi
date Tue, 13 May 2025 09:01:16 +0000
parents 5dd2ab4637aa
children 2436856c7e51
files COBRAxy/marea.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/marea.py	Mon May 12 17:44:39 2025 +0000
+++ b/COBRAxy/marea.py	Tue May 13 09:01:16 2025 +0000
@@ -435,7 +435,7 @@
         # If We're dealing with RAS data or in general don't care about the direction of the reaction we only style the arrow body
         if not mindReactionDir:
             return self.applyTo(getArrowBodyElementId(reactionId), metabMap, self.toStyleStr())
-        
+        print('PROVA 1')
         # Now we style the arrow head(s):
         idOpt1, idOpt2 = getArrowHeadElementId(reactionId)
         self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True))
@@ -499,6 +499,7 @@
         if isinstance(foldChange, str): foldChange = float(foldChange)
         if pValue >= ARGS.pValue: # pValue above tresh: dashed arrow
             INSIGNIFICANT_ARROW.styleReactionElements(metabMap, reactionId)
+            print('PROVA 2')
             continue
 
         if abs(foldChange) <  (ARGS.fChange - 1) / (abs(ARGS.fChange) + 1):