Skip to content

Commit

Permalink
changing to snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Nov 14, 2023
1 parent c9f5fe2 commit 6495fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piranha/analysis/haplo_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def collapse_close(flopp_file,distance_cutoff,vcf_file):
new_h[pos]['assigned allele'] = max(new_h[pos]['base support counts'],key=lambda x:new_h[pos]['base support counts'][x])

collapsed.append(haplo_pos2)
collapseIntoCurrent.append(haplo_pos2)
collapse_into_current.append(haplo_pos2)

haplo_pos2 += 1

Expand Down

0 comments on commit 6495fde

Please sign in to comment.