feat(worker): integrate CRISPR-Cas pipeline execution logic

This commit is contained in:
zly
2026-01-14 15:57:12 +08:00
parent 92b01b408f
commit 59d7f8e051
2 changed files with 124 additions and 10 deletions

View File

@@ -26,9 +26,9 @@
- [x] **F4.3**: 在结果页面展示 CRISPR 融合分析结果 (UI参数展示已完成结果展示待后端集成)
## 后续计划: 任务执行集成 (P1)
- [ ] **E1.1**: 更新 `tasks.py` 调用 `detect_crispr.py`
- [ ] **E1.2**: 更新 `tasks.py` 调用 `fusion_analysis.py`
- [ ] **E1.3**: 更新 `bttoxin_shoter.py` 使用 CRISPR 结果
- [x] **E1.1**: 更新 `tasks.py` 调用 `detect_crispr.py`
- [x] **E1.2**: 更新 `tasks.py` 调用 `fusion_analysis.py`
- [x] **E1.3**: 更新 `bttoxin_shoter.py` 使用 CRISPR 结果 (Worker integration complete)
## 已完成 (上一阶段)