Skip to content

Commit

Permalink
Merge pull request #19 from NAL-i5K/issue_stage4_variable
Browse files Browse the repository at this point in the history
Tested, works.
  • Loading branch information
mpoelchau authored Jul 17, 2019
2 parents 89ed500 + 3e14eb1 commit ecdf6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinates_conversion/bin/fasta_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def match_split_subsequence():

def one_to_multiple_match():
stagelist=list()
stage_four_result=list()
for match in onetomultiple:
# one to mutiple
if len(onetomultiple[match]['matches']) > 1:
Expand Down Expand Up @@ -308,7 +309,6 @@ def one_to_multiple_match():
delete_pairs.update((pair1,pair2))
# add overlap pair to delete_pairs

stage_four_result=list()
for delete in stagelist:
if (delete[0],delete[3]) not in delete_pairs:
stage_four_result.append(delete)
Expand Down

0 comments on commit ecdf6e6

Please sign in to comment.