Unify macrolactone detection, numbering, fragmentation, and splicing under the installable macro_lactone_toolkit package. - replace legacy src.* modules with the new package layout - add analyze/number/fragment CLI entrypoints and pixi tasks - migrate tests, README, and scripts to the new package API
12 lines
544 B
Markdown
12 lines
544 B
Markdown
# scripts
|
|
|
|
这些脚本现在都是基于 `macro_lactone_toolkit.*` 的薄封装或迁移提示。
|
|
|
|
- `batch_process.py`: 等价于 `macro-lactone-toolkit fragment`
|
|
- `batch_process_ring16.py`: 等价于 `macro-lactone-toolkit fragment --ring-size 16`
|
|
- `batch_process_multi_rings.py`: 自动识别模式的批处理封装
|
|
- `analyze_fragments.py`: 等价于 `macro-lactone-toolkit analyze`
|
|
- `tylosin_splicer.py`: 使用 `macro_lactone_toolkit.splicing.*` 做简单拼接
|
|
|
|
核心实现与正式接口都在 `src/macro_lactone_toolkit/` 中。
|