Skip to content

Commit

Permalink
annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jul 2, 2024
1 parent ba2e31b commit b89618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anglerfish/demux/demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def categorize_matches(

def cluster_matches(
rows: list[SampleSheetEntry],
matches: dict,
matches: dict[str, list[Alignment]],
max_distance: int,
i7_reversed: bool = False,
i5_reversed: bool = False,
Expand Down

0 comments on commit b89618b

Please sign in to comment.