Skip to content

Commit 19cb1ce

Browse files
committed
chore: corrected ontology endpoints
1 parent d86638d commit 19cb1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/Programmatically getting information about simulation tools from BioSimulators.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@
13031303
}
13041304
],
13051305
"source": [
1306-
"response = requests.get('https://api.biosimulations.org/EDAM/format_2585')\n",
1306+
"response = requests.get('https://api.biosimulations.org/ontologies/EDAM/format_2585')\n",
13071307
"response.raise_for_status()\n",
13081308
"print(yaml.dump(response.json()))"
13091309
]
@@ -1333,7 +1333,7 @@
13331333
}
13341334
],
13351335
"source": [
1336-
"response = requests.get('https://api.biosimulations.org/SBO/SBO_0000293')\n",
1336+
"response = requests.get('https://api.biosimulations.org/ontologies/SBO/SBO_0000293')\n",
13371337
"response.raise_for_status()\n",
13381338
"print(yaml.dump(response.json()))"
13391339
]

0 commit comments

Comments
 (0)