Metadata-Version: 2.4
Name: mnase-classifier
Version: 0.1.0
Summary: Add your description here
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://gitbio.ens-lyon.fr/LBMC/Bernard/mnase_classifier
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.3.5
Requires-Dist: pysam>=0.23.3
Requires-Dist: rich-click>=1.9.7
Requires-Dist: scipy>=1.17.0
Dynamic: license-file

<!--
SPDX-FileCopyrightText: 2026 Laurent Modolo <laurent.modolo@cnrs.fr>, Lauryn Trouillot <lauryn.trouillot@ens-lyon.fr>

SPDX-License-Identifier: AGPL-3.0-or-later
-->

[![pipeline status](http://gitbio.ens-lyon.fr/LBMC/Bernard/mnase_classifier/badges/main/pipeline.svg)](http://gitbio.ens-lyon.fr/LBMC/Bernard/mnase_classifier/-/commits/main)
[![coverage report](http://gitbio.ens-lyon.fr/LBMC/Bernard/mnase_classifier/badges/main/coverage.svg)](http://gitbio.ens-lyon.fr/LBMC/Bernard/mnase_classifier/-/commits/main)



# mnase_classifier

A detailed description of this project can be found [here](https://lbmc.gitbiopages.ens-lyon.fr/biocomp/projects/2025/2025_12_19_bernard/)


## Getting started

Getting the project up and running is as simple as:

```bash
git clone git@gitbio.ens-lyon.fr:LBMC/Bernard/mnase_classifier.git
cd mnase_classifier
```

initialize **uv** environment

```bash
uv sync
```
