Skip to content

Commit

Permalink
fix: too many argmuments to unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 28, 2024
1 parent 2cd7636 commit 5cf9bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viloca/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def main(args):
# parse corrected reads
proposed = {}
for i in runlist:
winFile, j, a, s, inference_type, n_max_haplotypes, n_mfa_starts, unique_modus, inference_convergence_threshold = i
winFile, j, a, s, inference_type, n_max_haplotypes, n_mfa_starts, unique_modus, inference_convergence_threshold, record_history, reuse_files = i
del a # in future alpha might be different on each window
del s
# greedy re match to handle situation where '.' or '-' appears in the
Expand Down

0 comments on commit 5cf9bc0

Please sign in to comment.