Skip to content

Commit 22e864f

Browse files
committed
reformat with precommit
1 parent f659311 commit 22e864f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

tutorials/data_exploration_chebi.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,12 +890,12 @@
890890
"metadata": {},
891891
"outputs": [],
892892
"source": [
893-
"# You can specify a literal path for the `splits_file_path`, or if another `chebi_class` instance is already defined, \n",
893+
"# You can specify a literal path for the `splits_file_path`, or if another `chebi_class` instance is already defined,\n",
894894
"# you can use its existing `splits_file_path` attribute for consistency.\n",
895895
"chebi_class_with_splits = ChEBIOver50(\n",
896-
" chebi_version=231, \n",
896+
" chebi_version=231,\n",
897897
" # splits_file_path=\"data/chebi_v231/ChEBI50/processed/splits.csv\", # Literal path option\n",
898-
" splits_file_path=chebi_class.splits_file_path # Use path from an existing `chebi_class` instance\n",
898+
" splits_file_path=chebi_class.splits_file_path, # Use path from an existing `chebi_class` instance\n",
899899
")"
900900
]
901901
},

tutorials/data_exploration_go.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@
164164
"text": [
165165
"Checking for processed data in data\\GO_UniProt\\GO250_BP_1002\\processed\n",
166166
"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",
175175
"Extracting class hierarchy...\n",
176176
"Compute transitive closure\n",
177177
"Processing graph\n",
@@ -1098,12 +1098,12 @@
10981098
"metadata": {},
10991099
"outputs": [],
11001100
"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",
11021102
"# you can use its existing `splits_file_path` attribute for consistency.\n",
11031103
"go_class_with_splits = GOUniProtOver250(\n",
1104-
" go_branch=\"BP\", \n",
1104+
" go_branch=\"BP\",\n",
11051105
" # 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",
11071107
")"
11081108
]
11091109
},

0 commit comments

Comments
 (0)