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 5a766ad commit fc7ad1d
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 @@ -453,7 +453,7 @@ def create_kinases_table(mycursor)->None:
)
'''
df = pd.DataFrame(data, columns=['uniprotPos', 'uniprotAA', 'pfamPos', 'pfamAA', 'acc', 'uniprot_id', 'name'])
print (df)
# print (df)
tmp_df = "./tmp_dataframe.csv"
df.to_csv(tmp_df, index=False, header=False)
f = open(tmp_df, 'r')
Expand Down

0 comments on commit fc7ad1d

Please sign in to comment.