# HG changeset patch # User francesco_lapi # Date 1722004980 0 # Node ID 15f2ef02247d6aa9fae4fbd6d975649cb6492e88 # Parent 3d7b4c7372342bd5fc9bbe5790e3a3ae379ba784 Uploaded diff -r 3d7b4c737234 -r 15f2ef02247d marea_2/marea.py --- a/marea_2/marea.py Fri Jul 26 14:39:30 2024 +0000 +++ b/marea_2/marea.py Fri Jul 26 14:43:00 2024 +0000 @@ -505,7 +505,7 @@ reactionId = reactionId[:-3] # Remove "_RV" inversionScore = (values[3] < 0) + (values[4] < 0) # Compacts the signs of averages into 1 easy to check score - #if inversionScore == 2: foldChange *= -1 + if inversionScore == 2: foldChange *= -1 # ^^^ Style the inverse direction with the opposite sign netValue # If the score is 1 (opposite signs) we use alternative colors vvv