Metadata-Version: 2.1
Name: finrich
Version: 0.3.2
Summary: Calculate enrichment of genomic regions with fine-mapping signals
Home-page: https://gitlab.com/aaylward/finrich
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

# finrich

Calculate enrichment of genomic regions with fine-mapping signals

## Installation

```sh
pip3 install finrich
```
or
```sh
pip3 install --user finrich
```

## Example
```
finrich --help
finrich finemap.bed regions.bed background.bed --permutations 1000 --processes 2
```


