提交饱和编辑的相关设计,及检验代码

This commit is contained in:
2026-02-26 14:02:42 +08:00
commit cb556b47c0
36 changed files with 5437 additions and 0 deletions

16
design/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "pgrna"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"biopython>=1.85",
"fire>=0.7.1",
"loguru>=0.7.3",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"pyfaidx>=0.9.0.3",
"pyliftover>=0.4.1",
"rich>=14.2.0",
]