Skip to content

Commit

Permalink
update deepgo configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya0by0 committed Dec 4, 2024
1 parent 85c47a0 commit fbb5c58
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions configs/data/deepGO/deepgo_1_migrated_data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO1MigratedData
init_args:
go_branch: "MF"
max_sequence_length: 1002
4 changes: 4 additions & 0 deletions configs/data/deepGO/deepgo_2_migrated_data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
init_args:
go_branch: "MF"
max_sequence_length: 1000
3 changes: 3 additions & 0 deletions configs/data/deepGO/go250.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class_path: chebai.preprocessing.datasets.go_uniprot.deepGO.GOUniProtOver250
init_args:
go_branch: "BP"
1 change: 1 addition & 0 deletions configs/data/deepGO/go50.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.GOUniProtOver50
3 changes: 0 additions & 3 deletions configs/data/go250.yml

This file was deleted.

1 change: 0 additions & 1 deletion configs/data/go50.yml

This file was deleted.

0 comments on commit fbb5c58

Please sign in to comment.