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
What is the point of checking postive offset when the first condition is to check is the offset is less than 0? Maybe it should be offset > 0 for the first condition?
supernova/lib/assembly/src/paths/long/ReadPathTools.cc
Line 154 in b82c3d8
What is the point of checking postive offset when the first condition is to check is the offset is less than 0? Maybe it should be
offset > 0for the first condition?