Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdeep330 committed Apr 18, 2023
1 parent 8cf931d commit f96b434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DB/make_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def create_homology_table(mycursor) -> None:
mutation = line.split()[0].split('/')[1]
position = int(mutation[1:-1])
wtaa = mutation[0]
mutaa = mutation[1]
mutaa = mutation[-1]
wtscore = float(line.split()[2])
mutscore = float(line.split()[3])
diffscore = float(line.split()[4])
Expand Down

0 comments on commit f96b434

Please sign in to comment.