Skip to content

Commit 917f78a

Browse files
authored
Update main.rs
1 parent 93cfa97 commit 917f78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ fn process_components(
337337
return Ok(());
338338
}
339339

340-
// Check if already cluster has the high-quality bin (>90% comp, <5% cont)
340+
// Check if the cluster has already a high-quality bin (>90% comp, <5% cont)
341341
if assess::check_high_quality_bin(&component, &bin_qualities, bindir, resultdir, &format) {
342342
return Ok(());
343343
}

0 commit comments

Comments
 (0)