Metadata-Version: 2.1
Name: pyQuASAR
Version: 0.0.1
Summary: Wrap quasar for pipelines
Home-page: https://github.com/anthony-aylward/pyQuASAR.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: funcgenom

# pyQuASAR

Wrap quasar for pipelines

## Installation

First make sure you have followed the installation procedure for
[pydbsnp](https://github.com/anthony-aylward/pydbsnp). Then install `pyQuASAR`
with `pip3`:

```sh
pip3 install pyQuASAR
```
or
```sh
pip3 install --user pyQuASAR
```

