Metadata-Version: 2.1
Name: gtracks
Version: 0.0.1
Summary: Plot genome track data
Home-page: https://github.com/anthony-aylward/gtracks.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: deeptools
Requires-Dist: seaborn

# gtracks

plot genome track data (for example from BigWig files)

## Installation

```sh
pip3 install gtracks
```
or
```sh
pip3 install --user gtracks
```

