We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a244f8 commit 6a13e94Copy full SHA for 6a13e94
1 file changed
rounds/3_dna/solution.py
@@ -45,6 +45,7 @@ def find_matches(fasta_path: str, pattern: bytes) -> list[tuple[str, list[int]]]
45
threads.append(thread)
46
for thread in threads:
47
thread.join()
48
+
49
return matches
50
51
def match_record(record_id, sequence, pattern_str, matches):
0 commit comments