Skip to content

Commit

Permalink
undo all
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Aug 9, 2024
1 parent 184a98e commit c90790e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viloca/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def parse_aligned_reads(reads_file):
# end index of the aligned read w.r.t reference (1-based indexing)
out_reads[name][3] = int(mstop)
out_reads[name][4] = this_m
handle.close()

return out_reads


Expand Down Expand Up @@ -311,7 +311,7 @@ def win_to_run(alpha_w, seed, inference_type, n_max_haplotypes, n_mfa_starts, un
if not os.path.isfile(output_name):
j = min(300_000, int(cov) * 15)
rn_list.append((winFile, j, alpha_w, seed, inference_type, n_max_haplotypes, n_mfa_starts, unique_modus, inference_convergence_threshold))
file1.close()

del end
del(beg, chr1)
return rn_list
Expand Down

0 comments on commit c90790e

Please sign in to comment.