# HG changeset patch # User francesco_lapi # Date 1747126876 0 # Node ID f5635309779ae885e6e590eb4fbaf40cc4380733 # Parent 5dd2ab4637aa0b62246820913d463ca47139b04f Uploaded diff -r 5dd2ab4637aa -r f5635309779a COBRAxy/marea.py --- 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):