# HG changeset patch # User francesco_lapi # Date 1721839316 0 # Node ID acc46800ad84740dc8ab3e3eb25bd186134ff55e # Parent e19d829063b2adfe657540fae1e69dd03d560db2 Uploaded diff -r e19d829063b2 -r acc46800ad84 marea_2/marea.py --- 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