|
164 | 164 | "text": [ |
165 | 165 | "Checking for processed data in data\\GO_UniProt\\GO250_BP_1002\\processed\n", |
166 | 166 | "Missing processed data file (`data.pkl` file)\n", |
167 | | - "Downloading Swiss UniProt data....\n", |
168 | | - "Downloading to temporary file C:\\Users\\HP\\AppData\\Local\\Temp\\tmp7pp677ik\n", |
169 | | - "Downloaded to C:\\Users\\HP\\AppData\\Local\\Temp\\tmp7pp677ik\n", |
170 | | - "Unzipping the file....\n", |
171 | | - "Unpacked and saved to data\\GO_UniProt\\raw\\uniprot_sprot.dat\n", |
172 | | - "Removed temporary file C:\\Users\\HP\\AppData\\Local\\Temp\\tmp7pp677ik\n", |
173 | | - "Missing Gene Ontology raw data\n", |
174 | | - "Downloading Gene Ontology data....\n", |
| 167 | + "Downloading Swiss UniProt data....\n", |
| 168 | + "Downloading to temporary file C:\\Users\\HP\\AppData\\Local\\Temp\\tmp7pp677ik\n", |
| 169 | + "Downloaded to C:\\Users\\HP\\AppData\\Local\\Temp\\tmp7pp677ik\n", |
| 170 | + "Unzipping the file....\n", |
| 171 | + "Unpacked and saved to data\\GO_UniProt\\raw\\uniprot_sprot.dat\n", |
| 172 | + "Removed temporary file C:\\Users\\HP\\AppData\\Local\\Temp\\tmp7pp677ik\n", |
| 173 | + "Missing Gene Ontology raw data\n", |
| 174 | + "Downloading Gene Ontology data....\n", |
175 | 175 | "Extracting class hierarchy...\n", |
176 | 176 | "Compute transitive closure\n", |
177 | 177 | "Processing graph\n", |
|
1098 | 1098 | "metadata": {}, |
1099 | 1099 | "outputs": [], |
1100 | 1100 | "source": [ |
1101 | | - "# You can specify a literal path for the `splits_file_path`, or if another `go_class` instance is already defined, \n", |
| 1101 | + "# You can specify a literal path for the `splits_file_path`, or if another `go_class` instance is already defined,\n", |
1102 | 1102 | "# you can use its existing `splits_file_path` attribute for consistency.\n", |
1103 | 1103 | "go_class_with_splits = GOUniProtOver250(\n", |
1104 | | - " go_branch=\"BP\", \n", |
| 1104 | + " go_branch=\"BP\",\n", |
1105 | 1105 | " # splits_file_path=\"data/GO_UniProt/GO250_BP_1002/processed/splits.csv\", # Literal path option\n", |
1106 | | - " splits_file_path=go_class.splits_file_path # Use path from an existing `go_class` instance\n", |
| 1106 | + " splits_file_path=go_class.splits_file_path, # Use path from an existing `go_class` instance\n", |
1107 | 1107 | ")" |
1108 | 1108 | ] |
1109 | 1109 | }, |
|
0 commit comments