Skip to content

Commit 3f07f7f

Browse files
committed
Remove dependence of minimum_score from the docstring
1 parent 7f4f59a commit 3f07f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micall/utils/referenceless_contig_stitcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def find_overlap_cutoffs(
458458
459459
The function determines indices into the original left/right contig sequences
460460
that bound the overlap to be aligned for scoring and merging. Cutoffs are
461-
chosen via `map_overlap` using the provided `minimum_score`.
461+
chosen via `map_overlap`.
462462
463463
Caching:
464464
Results are cached per (left.id, right.id). When no valid overlap region

0 commit comments

Comments
 (0)