Skip to content

Commit

Permalink
remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jts committed Mar 3, 2021
1 parent 7453961 commit 7b92559
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/process_gvcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ def main():
vafs.append(vaf)
sum_vaf += vaf

# check the assumption that freebayes writes the alleles in VAF order
assert(max_idx == 0)

# discard low frequency
if vafs[max_idx] < args.lower_ambiguity_frequency or depth < args.min_depth:
continue
Expand Down

0 comments on commit 7b92559

Please sign in to comment.