Skip to content

Commit 6c2506d

Browse files
committed
update configs
1 parent 31b6f45 commit 6c2506d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

configs/data/deepGO/deepgo2_esm2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
1+
class_path: chebai_proteins.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
22
init_args:
33
go_branch: "MF"
44
max_sequence_length: 1000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO1MigratedData
1+
class_path: chebai_proteins.preprocessing.datasets.deepGO.go_uniprot.DeepGO1MigratedData
22
init_args:
33
go_branch: "MF"
44
max_sequence_length: 1002

configs/data/deepGO/deepgo_2_migrated_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
1+
class_path: chebai_proteins.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
22
init_args:
33
go_branch: "MF"
44
max_sequence_length: 1000

configs/data/deepGO/go250.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
class_path: chebai.preprocessing.datasets.go_uniprot.deepGO.GOUniProtOver250
1+
class_path: chebai_proteins.preprocessing.datasets.go_uniprot.deepGO.GOUniProtOver250
22
init_args:
33
go_branch: "BP"

configs/data/deepGO/go50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.GOUniProtOver50
1+
class_path: chebai_proteins.preprocessing.datasets.deepGO.go_uniprot.GOUniProtOver50

configs/data/scope/scope2000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
class_path: chebai.preprocessing.datasets.scope.scope.SCOPeOver2000
1+
class_path: chebai_proteins.preprocessing.datasets.scope.scope.SCOPeOver2000
22
init_args:
33
scope_version: "2.08"

configs/data/scope/scope50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
class_path: chebai.preprocessing.datasets.scope.scope.SCOPeOver50
1+
class_path: chebai_proteins.preprocessing.datasets.scope.scope.SCOPeOver50
22
init_args:
33
scope_version: "2.08"

configs/data/scope/scope50_esm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class_path: chebai.preprocessing.datasets.scope.scope.SCOPeOver50ESM
1+
class_path: chebai_proteins.preprocessing.datasets.scope.scope.SCOPeOver50ESM
22
init_args:
33
scope_version: "2.08"
44
reader_kwargs: {

0 commit comments

Comments
 (0)