Skip to content

Commit 998cb5b

Browse files
committed
Update py2 warning
1 parent eaef47d commit 998cb5b

6 files changed

Lines changed: 13 additions & 25 deletions

File tree

_sources/index.rst.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515

1616
**For details on creating and adding recipes to ggd see the** :ref:`Contribute <make-data-packages>` **page.**
1717

18-
.. warning::
19-
20-
After December 31, 2020 GGD will no longer maintain python 2 compatibility. Python 2 may still work, but maintenance will
21-
be focused on python 3. This decision is based on the End-Of-Life of python 2 starting on January 1, 2020. GGD will maintain
22-
python 2 compatibility for 1 year from the End-Of-Life of python 2.
23-
2418
Go Get Data (ggd) is a data management system that provides access to data packages containing auto curated genomic data.
2519
ggd data packages contain all necessary information for data extraction, handling, and processing. With a growing number
2620
of scientific datasets, ggd provides access to these datasets without the hassle of finding, downloading, and processing them

_sources/quick-start.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ GGD Quick Start
55

66
[:ref:`Click here to return to the home page <home-page>`]
77

8-
.. warning::
9-
10-
After December 31, 2020 GGD will no longer maintain python 2 compatibility. Python 2 may still work, but maintenance will
11-
be focused on python 3. This decision is based on the End-Of-Life of python 2 starting on January 1, 2020. GGD will maintain
12-
python 2 compatibility for 1 year from the End-Of-Life of python 2.
13-
148
**To see and/or search for data packages available through GGD, see:** :ref:`Available data packages <recipes>`
159

1610
Go Get Data (ggd) is a genomics data management system that provides access to processed and curated genomic data files.
@@ -41,6 +35,12 @@ Add the required conda channels, including the ggd-genomics channel, to your sys
4135
4236
Install ggd with the following command:
4337

38+
.. warning::
39+
40+
After December 31, 2020 GGD will no longer maintain python 2 compatibility. Python 2 may still work, but maintenance will
41+
be focused on python 3. This decision is based on the End-Of-Life of python 2 starting on January 1, 2020. GGD will maintain
42+
python 2 compatibility for 1 year from the End-Of-Life of python 2.
43+
4444
.. code-block:: bash
4545
4646
$ conda install -c bioconda ggd

index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ <h3 id="searchlabel">Quick search</h3>
9292
<p><strong>For a quick-start guide to using ggd see:</strong> <a class="reference internal" href="quick-start.html#quick-start"><span class="std std-ref">GGD Quick Start</span></a></p>
9393
<p><strong>To request a new data recipe please fill out the</strong> <a class="reference external" href="https://forms.gle/3WEWgGGeh7ohAjcJA">GGD Recipe Request</a> <strong>Form.</strong></p>
9494
<p><strong>For details on creating and adding recipes to ggd see the</strong> <a class="reference internal" href="contribute.html#make-data-packages"><span class="std std-ref">Contribute</span></a> <strong>page.</strong></p>
95-
<div class="admonition warning">
96-
<p class="admonition-title">Warning</p>
97-
<p>After December 31, 2020 GGD will no longer maintain python 2 compatibility. Python 2 may still work, but maintenance will
98-
be focused on python 3. This decision is based on the End-Of-Life of python 2 starting on January 1, 2020. GGD will maintain
99-
python 2 compatibility for 1 year from the End-Of-Life of python 2.</p>
100-
</div>
10195
<p>Go Get Data (ggd) is a data management system that provides access to data packages containing auto curated genomic data.
10296
ggd data packages contain all necessary information for data extraction, handling, and processing. With a growing number
10397
of scientific datasets, ggd provides access to these datasets without the hassle of finding, downloading, and processing them

objects.inv

-2 Bytes
Binary file not shown.

quick-start.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ <h3 id="searchlabel">Quick search</h3>
101101
<div class="section" id="ggd-quick-start">
102102
<span id="quick-start"></span><h1>GGD Quick Start<a class="headerlink" href="#ggd-quick-start" title="Permalink to this headline"></a></h1>
103103
<p>[<a class="reference internal" href="index.html#home-page"><span class="std std-ref">Click here to return to the home page</span></a>]</p>
104-
<div class="admonition warning">
105-
<p class="admonition-title">Warning</p>
106-
<p>After December 31, 2020 GGD will no longer maintain python 2 compatibility. Python 2 may still work, but maintenance will
107-
be focused on python 3. This decision is based on the End-Of-Life of python 2 starting on January 1, 2020. GGD will maintain
108-
python 2 compatibility for 1 year from the End-Of-Life of python 2.</p>
109-
</div>
110104
<p><strong>To see and/or search for data packages available through GGD, see:</strong> <a class="reference internal" href="recipes.html#recipes"><span class="std std-ref">Available data packages</span></a></p>
111105
<p>Go Get Data (ggd) is a genomics data management system that provides access to processed and curated genomic data files.
112106
ggd alleviates the difficulties and complexities of finding, obtaining, and processing the data sets and annotations
@@ -126,6 +120,12 @@ <h2>1) Installing GGD<a class="headerlink" href="#installing-ggd" title="Permali
126120
</pre></div>
127121
</div>
128122
<p>Install ggd with the following command:</p>
123+
<div class="admonition warning">
124+
<p class="admonition-title">Warning</p>
125+
<p>After December 31, 2020 GGD will no longer maintain python 2 compatibility. Python 2 may still work, but maintenance will
126+
be focused on python 3. This decision is based on the End-Of-Life of python 2 starting on January 1, 2020. GGD will maintain
127+
python 2 compatibility for 1 year from the End-Of-Life of python 2.</p>
128+
</div>
129129
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ conda install -c bioconda ggd
130130
</pre></div>
131131
</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)