Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions bedboss/refgenome_validator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ def calculate_rating(self, compat_stats: CompatibilityStats) -> RatingModel:
points_rating += 1
if sequence_fit < 0.60:
points_rating += 1
Comment thread
khoroshevskyi marked this conversation as resolved.
Outdated
if sequence_fit < 0.60:
points_rating += 1

else:
# if no chrom names were found during assessment
Expand Down