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 b57b03f commit 4f47a44
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 @@ -411,8 +411,8 @@ def create_kinases_table(mycursor)->None:
data = []
for kinase in tqdm(kinases):
num += 1
if num == 3:
break
# if num == 3:
# break
acc = kinase.split('|')[0]
uniprot_id = kinase.split('|')[1].split()[0]
gene = kinase.split('|')[2]
Expand Down

0 comments on commit 4f47a44

Please sign in to comment.