Skip to content

Commit

Permalink
Merge pull request #29 from EBI-Metagenomics/gsc_corrections
Browse files Browse the repository at this point in the history
Corrected typos
  • Loading branch information
tgurbich authored Aug 4, 2023
2 parents 5bdcd5b + bb8acdb commit 893050f
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 893050f

Please sign in to comment.