Metadata-Version: 2.4
Name: tcuni-bio-utils
Version: 0.1.1
Summary: scripts collection for tcuni bio data process
Project-URL: Repository, https://github.com/username/tc-utils
Author-email: brightrock <ricekent@163.com>
License: MIT
Requires-Python: >=3.12
Requires-Dist: matplotlib>=3.6.3
Requires-Dist: pandas>=2.2.2
Requires-Dist: pydantic>=2
Requires-Dist: pysam>=0.23.0
Requires-Dist: tqdm>=4
Requires-Dist: typer>=0.15.0
Description-Content-Type: text/markdown

# tc-utils: 生物信息学工具集

tc-utils 是一个tcuni用来处理生物数据的命令行工具集

## 🚀 工具集

| 分类      | 命令        | 说明                        |
| --------- | ----------- | --------------------------- |
| alignment | blast-count | 统计blast比对次数, 最大长度 |
| rnaseq    | ma-plot     |  使用edgeR差异分析表格绘制MAplot   |

## 🔍 使用示例

```bash
# 显示所有工具
tc-utils list

# 运行工具
tc-utils alignment blast-count --help
```
