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
544 B
544 B
scripts
这些脚本现在都是基于 macro_lactone_toolkit.* 的薄封装或迁移提示。
batch_process.py: 等价于macro-lactone-toolkit fragmentbatch_process_ring16.py: 等价于macro-lactone-toolkit fragment --ring-size 16batch_process_multi_rings.py: 自动识别模式的批处理封装analyze_fragments.py: 等价于macro-lactone-toolkit analyzetylosin_splicer.py: 使用macro_lactone_toolkit.splicing.*做简单拼接
核心实现与正式接口都在 src/macro_lactone_toolkit/ 中。