File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
chebai/preprocessing/datasets/scope Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def _download_pdb_sequence_data(self) -> None:
128128 os .makedirs (os .path .dirname (pdb_seq_file_path ), exist_ok = True )
129129
130130 if not os .path .isfile (pdb_seq_file_path ):
131- print (f"Downloading PDB sequence data...." )
131+ print (f"Missing PDB raw data, Downloading PDB sequence data...." )
132132
133133 # Create a temporary file
134134 with NamedTemporaryFile (delete = False ) as tf :
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
22init_args :
33 go_branch : " MF"
44 max_sequence_length : 1000
5- use_esm2_embeddings : True
5+ use_esm2_embeddings : True
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ class_path: chebai.preprocessing.datasets.deepGO.go_uniprot.DeepGO2MigratedData
22init_args :
33 go_branch : " MF"
44 max_sequence_length : 1000
5+ use_esm2_embeddings : True
You can’t perform that action at this time.
0 commit comments