Metadata-Version: 2.1
Name: pileups
Version: 0.2.2
Summary: Manipulate files of the pileup format from SAMtools
Home-page: https://github.com/anthony-aylward/pileups.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

# pileups

## Installation

For Python:
```sh
pip3 install pileups
```
or
```
pip3 install --user pileups
```


