X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7d6aad89ecb3005d5a9daedce265077ae1f19fcb..d5ba0e97f8522ba3ce6ad36edf099c661a43f6b7:/doc/user/tutorials/tutorial-trait-search.textile diff --git a/doc/user/tutorials/tutorial-trait-search.textile b/doc/user/tutorials/tutorial-trait-search.textile index 9ea4cb6eb4..d7fe50b93b 100644 --- a/doc/user/tutorials/tutorial-trait-search.textile +++ b/doc/user/tutorials/tutorial-trait-search.textile @@ -6,13 +6,13 @@ title: "Querying the Metadata Database" navorder: 16 --- -h1. Tutorial: Querying the Metadata Database +h1. Querying the Metadata Database This tutorial introduces the Arvados Metadata Database. The Metadata Database stores information about files in Keep. This example will use the Python SDK to find public WGS (Whole Genome Sequencing) data for people who have reported a certain medical condition. *This tutorial assumes that you are "logged into an Arvados VM instance":{{site.basedoc}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.basedoc}}/user/getting_started/check-environment.html* -In tutorial example, three angle brackets (>>>) will be used to denote code to enter at the Python prompt. +In the tutorial examples, three angle brackets (>>>) will be used to denote code to enter at the interactive Python prompt. Start by running Python.