Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected typos #29

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/notebooks/Python Examples/GSC23 MGnify Workshop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1247,23 +1247,23 @@
"id": "aa60ccc3-a856-4e33-9f4a-1db1ca496d7b",
"metadata": {},
"source": [
"The goal of this bonus section is to give you an opportunity to try and write code that access the MGnify API yourself. We will provide a template and there is a solution at the bottom if you need help."
"The goal of this bonus section is to give you an opportunity to practice writing code to access the MGnify API yourself. We will provide a template and there is a solution at the bottom if you need help."
]
},
{
"cell_type": "markdown",
"id": "74f885ae-b84b-4ca9-badb-2cc5ed53a089",
"metadata": {},
"source": [
"#### <b>Task 1</b>: query the API to find out how many genomes there are in catalogue."
"#### <b>Task 1</b>: query the API to find out how many genomes there are in each catalogue."
]
},
{
"cell_type": "markdown",
"id": "d4a7f7c0-83a3-49b7-9ff7-497f7c652243",
"metadata": {},
"source": [
"First you need to find the API endpoint to use. Open [this link](https://www.ebi.ac.uk/metagenomics/api/v1/genome-catalogues) to look through the list of endpoints. You can click on them to see what information is inside. Once you have picked the endpoint, fill in the blank below:"
"First you need to find the API endpoint to use. Open [this link](https://www.ebi.ac.uk/metagenomics/api/v1/) to look through the list of endpoints. You can click on them to see what information is inside. Once you have picked the endpoint, fill in the blank below:"
]
},
{
Expand Down