Skip to content

Commit 861eb1a

Browse files
committed
Update info
1 parent 515dc92 commit 861eb1a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_sources/quick-start.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ To move to the directory where the files are stored you can use the following co
218218
-------------------------------------------
219219

220220
GGD also provides a tool to fetch installed data files if you don't want to use or don't have access to the environment variables. (You will only have access to the
221-
environment variables if your are in the conda environment where the files were installed)
221+
environment variables if you are in the conda environment where the files were installed)
222222

223-
If you are not in the conda environment where the data packages was installed, if you perfer not using the environment variables created for you, or if the environment variables available
223+
If you are not in the conda environment where the data packages were installed, if you perfer not using the environment variables created for you, or if the environment variables available
224224
don't point to the file you would like to access, you can use :code:`ggd get-files` to fetch the desired files.
225225

226226
For example, if you wanted to get the GRCh38 reference genome fasta file you installed in step 3, you could use the following command:

quick-start.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ <h2>5) Using the environment variables<a class="headerlink" href="#using-the-env
255255
<div class="section" id="fetching-the-data-files-with-get-files">
256256
<h2>6) Fetching the data files with “get-files”<a class="headerlink" href="#fetching-the-data-files-with-get-files" title="Permalink to this headline"></a></h2>
257257
<p>GGD also provides a tool to fetch installed data files if you don’t want to use or don’t have access to the environment variables. (You will only have access to the
258-
environment variables if your are in the conda environment where the files were installed)</p>
259-
<p>If you are not in the conda environment where the data packages was installed, if you perfer not using the environment variables created for you, or if the environment variables available
258+
environment variables if you are in the conda environment where the files were installed)</p>
259+
<p>If you are not in the conda environment where the data packages were installed, if you perfer not using the environment variables created for you, or if the environment variables available
260260
don’t point to the file you would like to access, you can use <code class="code docutils literal notranslate"><span class="pre">ggd</span> <span class="pre">get-files</span></code> to fetch the desired files.</p>
261261
<p>For example, if you wanted to get the GRCh38 reference genome fasta file you installed in step 3, you could use the following command:</p>
262262
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ ggd get-files grch38-reference-genome-ensembl-v1 -p <span class="s2">&quot;*.fa&quot;</span>

0 commit comments

Comments
 (0)