Skip to content

Commit

Permalink
Update go.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored Apr 19, 2024
1 parent 61294d4 commit 08148a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proteinworkshop/datasets/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(

self.train_fname = self.data_dir / "nrPDB-GO_train.txt"
self.val_fname = self.data_dir / "nrPDB-GO_valid.txt"
self.test_fname = self.data_dir / "nrPDB-GO_test.csv"
self.test_fname = self.data_dir / "nrPDB-GO_test.txt"
self.label_fname = self.data_dir / "nrPDB-GO_annot.tsv"
self.url = "https://zenodo.org/record/6622158/files/GeneOntology.zip"

Expand Down

0 comments on commit 08148a2

Please sign in to comment.