Metadata-Version: 2.3
Name: scatac_fragment_tools
Version: 0.1.1
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://raw.githubusercontent.com/aertslab/scatac_fragment_tools/CHANGELOG.md

# scATAC Fragment Tools

[![PyPI](https://img.shields.io/pypi/v/scatac_fragment_tools?color=green)](https://pypi.org/project/scatac_fragment_tools/)
[![Docs](https://img.shields.io/badge/Docs-blue)](https://aertslab.github.io/scatac_fragment_tools/)

Tools for working with scATAC-seq fragment files.

## Installation

```bash

pip install scatac_fragment_tools

```

## Usage

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

