Skip to content

Commit af4160c

Browse files
committed
minor install updates
1 parent 1f218a6 commit af4160c

File tree

11 files changed

+8
-7
lines changed

11 files changed

+8
-7
lines changed

.github/workflows/install-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7]
17+
python-version: [3.6]
1818

1919
steps:
2020
- uses: actions/checkout@v2

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<!-- badges: start -->
44
![install status](https://github.com/atgu/GWASpy/actions/workflows/install-ci.yml/badge.svg)
5+
![PyPI version](https://badge.fury.io/py/gwaspy.svg)
56

67
Genome-wide association studies pypeline (GWASpy): A Python package for performing GWAS QC, PCA, haplotype phasing, and
78
genotype imputation.
29 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_build/html/_sources/install/linux.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ On a recent Debian-like system, the following should suffice:
2020
python3.6 python3-pip \
2121
libopenblas-base liblapack3 \
2222
texlive-pictures texlive-science texlive-latex-extra latexmk
23-
python3.6 -m pip install GWASpy
23+
python3.6 -m pip install gwaspy

docs/_build/html/_sources/install/macosx.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Install GWASpy on Mac OS X
55
- Install `Java 8 <https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html>`__.
66
- Install Python 3.6+.
77
- Install MacTeX
8-
- Open Terminal.app and execute ``pip3 install GWASpy``.
8+
- Open Terminal.app and execute ``pip3 install gwaspy``.

docs/_build/html/install/linux.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1>Install GWASpy on GNU/Linux<a class="headerlink" href="#install-gwaspy-on-gn
9393
python3.6 python3-pip <span class="se">\</span>
9494
libopenblas-base liblapack3 <span class="se">\</span>
9595
texlive-pictures texlive-science texlive-latex-extra latexmk
96-
python3.6 -m pip install GWASpy
96+
python3.6 -m pip install gwaspy
9797
</pre></div>
9898
</div>
9999
</section>

docs/_build/html/install/macosx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Install GWASpy on Mac OS X<a class="headerlink" href="#install-gwaspy-on-mac
8181
<li><p>Install <a class="reference external" href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html">Java 8</a>.</p></li>
8282
<li><p>Install Python 3.6+.</p></li>
8383
<li><p>Install MacTeX</p></li>
84-
<li><p>Open Terminal.app and execute <code class="docutils literal notranslate"><span class="pre">pip3</span> <span class="pre">install</span> <span class="pre">GWASpy</span></code>.</p></li>
84+
<li><p>Open Terminal.app and execute <code class="docutils literal notranslate"><span class="pre">pip3</span> <span class="pre">install</span> <span class="pre">gwaspy</span></code>.</p></li>
8585
</ul>
8686
</section>
8787

docs/install/linux.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ On a recent Debian-like system, the following should suffice:
2020
python3.6 python3-pip \
2121
libopenblas-base liblapack3 \
2222
texlive-pictures texlive-science texlive-latex-extra latexmk
23-
python3.6 -m pip install GWASpy
23+
python3.6 -m pip install gwaspy

docs/install/macosx.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Install GWASpy on Mac OS X
55
- Install `Java 8 <https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html>`__.
66
- Install Python 3.6+.
77
- Install MacTeX
8-
- Open Terminal.app and execute ``pip3 install GWASpy``.
8+
- Open Terminal.app and execute ``pip3 install gwaspy``.

0 commit comments

Comments
 (0)