Metadata-Version: 2.1
Name: scatac_fragment_tools
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy
Requires-Dist: pyBigWig
Requires-Dist: pybigtools
Requires-Dist: polars
Requires-Dist: pyarrow
Requires-Dist: numba
Requires-Dist: rich-argparse
Requires-Dist: joblib
Requires-Dist: mypy ; extra == 'development'
Requires-Dist: ruff ; extra == 'development'
Requires-Dist: pytest ; extra == 'development'
Provides-Extra: development
Summary: Tools for working with scATAC-seq fragment files.
Keywords: scATAC-seq,scATAC,fragment files
Author: Seppe De Winter <seppe.dewinter@kuleuven.be>, Gert Hulselmans <gert.hulselmans@kuleuven.be>
Author-email: Seppe De Winter <seppe.dewinter@kuleuven.be>, Gert Hulselmans <gert.hulselmans@kuleuven.be>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/aertslab/scatac_fragment_tools/
Project-URL: documentation, https://aertslab.github.io/scatac_fragment_tools/
Project-URL: repository, https://github.com/aertslab/scatac_fragment_tools/
Project-URL: changelog, https://github.com/aertslab/scatac_fragment_tools/commits/main/

# scATAC Fragment Tools

Tools for working with scATAC-seq fragment files.

## Installation

```bash
git clone https://github.com/aertslab/scatac_fragment_tools.git
cd scatac_fragment_tools
pip install .
```

## Usage

Please visit the [documentation](https://aertslab.github.io/scatac_fragment_tools/)

