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 4f47a44 commit 7a3e7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DB/make_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ def create_kinases_table(mycursor)->None:
create_hmm_table(mycursor)
create_mutations_table(mycursor)
# sys.exit()
create_kinases_table(mycursor)
# create_homology_table(mycursor)
# create_kinases_table(mycursor)
create_homology_table(mycursor)
create_ptm_table(mycursor)
mydb.commit()

Expand Down

0 comments on commit 7a3e7f2

Please sign in to comment.