Metadata-Version: 2.1
Name: pileups
Version: 0.3.6
Summary: Manipulate files of the pileup format from SAMtools
Home-page: https://gitlab.com/aaylward/pileups
Author: Anthony Aylward
Author-email: aaylward@salk.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
License-File: LICENSE

# pileups

## Installation

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


