X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/715869b9a22e22ac68a7dbefa96f27150017f75d..6263b4bdab2869ffc52c49ab283dd39c93f25a32:/doc/user/tutorials/tutorial-trait-search.html.textile.liquid diff --git a/doc/user/tutorials/tutorial-trait-search.html.textile.liquid b/doc/user/tutorials/tutorial-trait-search.html.textile.liquid index b6024119bb..6402c7e1d3 100644 --- a/doc/user/tutorials/tutorial-trait-search.html.textile.liquid +++ b/doc/user/tutorials/tutorial-trait-search.html.textile.liquid @@ -10,14 +10,14 @@ 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* +*This tutorial assumes that you are "logged into an Arvados VM instance":{{site.baseurl}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html* In the tutorial examples, three angle brackets (>>>) will be used to denote code to enter at the interactive Python prompt. Start by running Python. -
$ python
+
~$ python
 Python 2.7.3 (default, Jan  2 2013, 13:56:14) 
 [GCC 4.7.2] on linux2
 Type "help", "copyright", "credits" or "license" for more information.