Skip to content

Commit

Permalink
revert(ecaviar): revert accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Mar 21, 2024
1 parent b843791 commit fe552a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gentropy/method/colocalisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def colocalise(
overlapping_signals.df.withColumn(
"clpp",
ECaviar._get_clpp(
f.col("left_posteriorProbability"),
f.col("right_posteriorProbability"),
f.col("statistics.left_posteriorProbability"),
f.col("statistics.right_posteriorProbability"),
),
)
.groupBy("leftStudyLocusId", "rightStudyLocusId", "chromosome")
Expand Down

0 comments on commit fe552a4

Please sign in to comment.