Skip to content

Commit

Permalink
Update shared_samples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wheaton5 authored Sep 10, 2020
1 parent 34eade2 commit 082ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
if locus_counts[locus][0] + locus_counts[locus][1] < 8:
has_enough = False
for cluster in cluster2_locus_counts.keys():
locus_counts = cluster1_locus_counts[cluster]
locus_counts = cluster2_locus_counts[cluster]
if locus_counts[locus][0] + locus_counts[locus][1] < 8:
has_enough = False
if has_enough:
Expand Down

0 comments on commit 082ab3b

Please sign in to comment.