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 bedboss/refgenome_validator/main.py (~L370), if sequence_fit < 0.60: points_rating += 1 appears twice in a row, so a file below 0.60 scores +3 instead of +2.
In
bedboss/refgenome_validator/main.py(~L370),if sequence_fit < 0.60: points_rating += 1appears twice in a row, so a file below 0.60 scores +3 instead of +2.