Metadata-Version: 2.1
Name: gwaspy
Version: 0.1.1
Summary: GWASpy: A Python package for performing GWAS QC, PCA, phasing, and genotype imputation.
Home-page: https://gwaspy.readthedocs.io/
Author: Lindokuhle Nkambule
Author-email: lnkambul@broadinstitute.org
License: MIT
Project-URL: GitHub, https://github.com/atgu/GWASpy
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
License-File: LICENSE

# GWASpy

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

Genome-wide association studies pypeline (GWASpy): A Python package for performing GWAS QC, PCA, haplotype phasing, and
genotype imputation.

## Installation
GWASpy is available through [PyPI](https://pypi.org/project/gwaspy/). To install, run the command:
```bash
pip3 install gwaspy
```

## Usage
For usage, please visit [GWASpy](https://gwaspy.readthedocs.io/)

## Copyright and License
GWASpy is generously distributed under the [MIT License](https://github.com/atgu/GWASpy/blob/main/LICENSE)
