Skip to content

Commit

Permalink
reverting the find am script change
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Apr 12, 2024
1 parent 863e518 commit 2b61123
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions snipit/scripts/snp_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,10 @@ def find_snps(reference_seq,input_seqs,show_indels):

return snp_dict,record_snps,len(var_counter)

def find_ambiguities(alignment,snp_dict,sequence_type):
def find_ambiguities(alignment,snp_dict):



if sequence_type == "nt":
amb = NT_AMBIG
if sequence_type == "aa":
amb = AA_AMBIG


snp_sites = collections.defaultdict(list)
Expand Down

0 comments on commit 2b61123

Please sign in to comment.