diff COBRAxy/flux_to_map.py @ 498:df90f40a156c draft

Uploaded
author francesco_lapi
date Tue, 30 Sep 2025 16:13:08 +0000
parents 3f8336f8072d
children
line wrap: on
line diff
--- a/COBRAxy/flux_to_map.py	Tue Sep 30 15:32:27 2025 +0000
+++ b/COBRAxy/flux_to_map.py	Tue Sep 30 16:13:08 2025 +0000
@@ -400,7 +400,7 @@
             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)
             INSIGNIFICANT_ARROW.styleReactionElements(metabMap, reactionId, mindReactionDir = False)