Skip to content

Commit

Permalink
perf(call): del jobs when finished with var
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jun 10, 2024
1 parent 4609e0e commit b0ced24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strkit/call/call_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def call_sample(
# - gather the process-specific results for combining
# - merge sorted result lists into single sorted list for the current contig
results: tuple[dict, ...] = tuple(heapq.merge(*(j.get() for j in jobs), key=get_locus_index))
del jobs

# - fix-up phase sets based on phase_set_synonymous
# - if determined necessary while traversing the phase set graph, flip all peak data (i.e., if phase
Expand Down

0 comments on commit b0ced24

Please sign in to comment.