Skip to content

Commit

Permalink
panpep
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Aug 9, 2024
1 parent d3e0b92 commit 8bf1bfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tdc/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

catalyst_dataset_names = ["uspto_catalyst"]

tcr_epi_dataset_names = ["weber"]
tcr_epi_dataset_names = ["weber", "panpep"]

trial_outcome_dataset_names = ['phase1', 'phase2', 'phase3']

Expand Down Expand Up @@ -926,6 +926,7 @@ def get_task2category():
"pinnacle_global_ppi_edgelist": "txt",
"pinnacle_protein_embed": "pth",
"pinnacle_labels_dict": "txt",
"panpep":'tab",
}

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

oracle2type = {
Expand Down

0 comments on commit 8bf1bfd

Please sign in to comment.