Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Aug 9, 2024
1 parent 8bf1bfd commit cb0af0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tdc/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def get_task2category():
"pinnacle_global_ppi_edgelist": "txt",
"pinnacle_protein_embed": "pth",
"pinnacle_labels_dict": "txt",
"panpep":'tab",
"panpep": "tab",
}

name2id = {
Expand Down Expand Up @@ -1103,7 +1103,7 @@ def get_task2category():
"pinnacle_global_ppi_edgelist": 10407108,
"pinnacle_protein_embed": 10407128,
"pinnacle_labels_dict": 10409635,
"panpep":10428565,
"panpep": 10428565,
}

oracle2type = {
Expand Down Expand Up @@ -1236,3 +1236,4 @@ def get_task2category():
"dude": [6429245, 6429251],
"scpdb": [6431629, 6431631],
}

0 comments on commit cb0af0e

Please sign in to comment.