Metadata-Version: 2.1
Name: picardtools
Version: 0.1.1
Summary: python3 interface with Picard Tools from Broad institute
Home-page: https://github.com/anthony-aylward/picardtools.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

# picardtools
Python3 interface with [Picard Tools](https://broadinstitute.github.io/picard/)
from Broad institute.

## Installation

First, install the python package
```sh
pip3 install picardtools
```
or
```sh
pip3 install --user picardtools
```

Then download the Picard Tools `.jar` file
```sh
picardtools-download
```


