Metadata-Version: 2.1
Name: pyQuASAR-genotype
Version: 0.1.3
Summary: Command line tool for genotyping with QuASAR
Home-page: https://github.com/anthony-aylward/pyQuASAR_genotype.git
Author: Anthony Aylward
Author-email: aaylward@eng.ucsd.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyQuASAR
Requires-Dist: seqalign
Requires-Dist: wasp-map

# pyQuASAR_genotype
Command line tool for genotyping with QuASAR. Infer genotypes from ChIP-seq or
ATAC-seq data.

## Installation

First, follow the installation steps for [pyQuASAR](https://github.com/anthony-aylward/pyQuASAR) and [wasp_map](https://github.com/anthony-aylward/wasp_map). Then:

```sh
pip3 install pyQuASAR_genotype
```
or
```sh
pip3 install --user pyQuASAR_genotype
```


