changeset 167:acc46800ad84 draft

Uploaded
author francesco_lapi
date Wed, 24 Jul 2024 16:41:56 +0000
parents e19d829063b2
children f327ddec6749
files marea_2/marea.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/marea.py	Wed Jul 24 16:15:01 2024 +0000
+++ b/marea_2/marea.py	Wed Jul 24 16:41:56 2024 +0000
@@ -504,7 +504,7 @@
         
         reactionId = reactionId[:-3] # Remove "_RV"
         
-        inversionScore = (values[2] < 0) + (values[3] < 0) # Compacts the signs of averages into 1 easy to check score
+        inversionScore = (values[3] < 0) + (values[4] < 0) # Compacts the signs of averages into 1 easy to check score
         if inversionScore == 2: foldChange *= -1
         # ^^^ Style the inverse direction with the opposite sign netValue