You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, read-mates can provide 2 "counts" to the same junction if they both span it. This results in inflated counts and therefore inflated significance when downstream tools consider the counts.
I would like to advocate for each queryname to be able to provide a maximum of 1 count towards any single junction. This must be implemented carefully so memory use doesn't spike too much.