Metadata-Version: 2.4
Name: trias
Version: 0.1.1
Summary: Tandem repeat expansion analysis tools
Project-URL: Homepage, https://example.com
Project-URL: Issues, https://example.com/issues
Author-email: Seoyeon Kim <syeoeonn@o.cnu.ac.kr>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: pandas>=2.0
Requires-Dist: pysam>=0.22
Requires-Dist: tqdm>=4.0
Description-Content-Type: text/markdown

# TRiAs

TRiAs (Tandem Repeat identification from Assemblies) is a toolkit for
extracting and analyzing tandem repeat alleles from genome assemblies.

## Installation

```bash
pip install trias

