diff COBRAxy/marea.py @ 498:df90f40a156c draft

Uploaded
author francesco_lapi
date Tue, 30 Sep 2025 16:13:08 +0000
parents a6e45049c1b9
children
line wrap: on
line diff
--- a/COBRAxy/marea.py	Tue Sep 30 15:32:27 2025 +0000
+++ b/COBRAxy/marea.py	Tue Sep 30 16:13:08 2025 +0000
@@ -491,7 +491,7 @@
         if math.isnan(pValue) or (isinstance(foldChange, float) and math.isnan(foldChange)): continue
 
         if isinstance(foldChange, str): foldChange = float(foldChange)
-        if pValue >= ARGS.pValue: # pValue above tresh: dashed arrow
+        if pValue > ARGS.pValue: # pValue above tresh: dashed arrow
             INSIGNIFICANT_ARROW.styleReactionElements(metabMap, reactionId)
             continue