Skip to content

Commit 68d4040

Browse files
committed
update notebook for chebai_proteins root
1 parent 22815fb commit 68d4040

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

tutorials/data_exploration_go.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"name": "stdout",
3838
"output_type": "stream",
3939
"text": [
40-
"Already in the project root directory: G:\\github-aditya0by0\\python-chebai\n"
40+
"Already in the project root directory: G:\\github-aditya0by0\\python-chebai-proteins\n"
4141
]
4242
}
4343
],
@@ -46,7 +46,7 @@
4646
"import os\n",
4747
"\n",
4848
"# Root directory name of the project\n",
49-
"expected_root_dir = \"python-chebai\"\n",
49+
"expected_root_dir = \"python-chebai-proteins\"\n",
5050
"\n",
5151
"# Check if the current directory ends with the expected root directory name\n",
5252
"if not os.getcwd().endswith(expected_root_dir):\n",
@@ -70,7 +70,9 @@
7070
}
7171
},
7272
"outputs": [],
73-
"source": "from chebai.preprocessing.datasets.go_uniprot import GOUniProtOver250"
73+
"source": [
74+
"from chebai_proteins.preprocessing.datasets.deepGO.go_uniprot import GOUniProtOver250"
75+
]
7476
},
7577
{
7678
"cell_type": "code",
@@ -1148,7 +1150,7 @@
11481150
"metadata": {},
11491151
"outputs": [],
11501152
"source": [
1151-
"from chebai.preprocessing.reader import ProteinDataReader"
1153+
"from chebai_proteins.preprocessing.reader import ProteinDataReader"
11521154
]
11531155
},
11541156
{

tutorials/data_exploration_scope.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"name": "stdout",
186186
"output_type": "stream",
187187
"text": [
188-
"Changed to project root directory: G:\\github-aditya0by0\\python-chebai\n"
188+
"Changed to project root directory: G:\\github-aditya0by0\\python-chebai-proteins\n"
189189
]
190190
}
191191
],
@@ -194,7 +194,7 @@
194194
"import os\n",
195195
"\n",
196196
"# Root directory name of the project\n",
197-
"expected_root_dir = \"python-chebai\"\n",
197+
"expected_root_dir = \"python-chebai-proteins\"\n",
198198
"\n",
199199
"# Check if the current directory ends with the expected root directory name\n",
200200
"if not os.getcwd().endswith(expected_root_dir):\n",
@@ -224,7 +224,7 @@
224224
"metadata": {},
225225
"outputs": [],
226226
"source": [
227-
"from chebai.preprocessing.datasets.scope.scope import SCOPeOver50"
227+
"from chebai_proteins.preprocessing.datasets.scope.scope import SCOPeOver50"
228228
]
229229
},
230230
{
@@ -1104,7 +1104,7 @@
11041104
"metadata": {},
11051105
"outputs": [],
11061106
"source": [
1107-
"from chebai.preprocessing.reader import ProteinDataReader"
1107+
"from chebai_proteins.preprocessing.reader import ProteinDataReader"
11081108
]
11091109
},
11101110
{

0 commit comments

Comments
 (0)