Skip to content

Commit

Permalink
Tweak ACCEPTABLE_STITCHING_PROB in referenceless contig_stitcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jan 3, 2025
1 parent 0fd9979 commit e23898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micall/utils/referenceless_contig_stitcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from micall.utils.find_maximum_overlap import find_maximum_overlap


ACCEPTABLE_STITCHING_PROB = Fraction(1, 100000)
ACCEPTABLE_STITCHING_PROB = Fraction(1, 100)


@dataclass(frozen=True)
Expand Down

0 comments on commit e23898d

Please sign in to comment.