From af83b5fba8c506016cd9bcac485456b3dc39409c Mon Sep 17 00:00:00 2001 From: zly <644706215@qq.com> Date: Tue, 13 Jan 2026 23:45:55 +0800 Subject: [PATCH] docs: update fix_plan.md - mark B3.3 protein support as complete --- @fix_plan.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/@fix_plan.md b/@fix_plan.md index 27952be..7c75f6a 100644 --- a/@fix_plan.md +++ b/@fix_plan.md @@ -58,7 +58,7 @@ - [x] **B3.1**: 自动检测上传文件类型(.fna/.fa/.faa/.fasta) - [x] **B3.2**: 根据文件类型设置 sequence_type (nucl/prot) -- [ ] **B3.3**: 修改 pipeline 脚本支持蛋白序列输入 +- [x] **B3.3**: 修改 pipeline 脚本支持蛋白序列输入 ## 中优先级 (P1) - 增强功能 @@ -97,7 +97,8 @@ ## 已完成 - [x] 初始版本提交 - 简化架构 + 轮询改造 -- [x] **2025-01-13**: Backend API enhancements - tasks router, download/delete endpoints, concurrency control, queue management +- [x] **2025-01-13 #1**: Backend API enhancements - tasks router, download/delete endpoints, concurrency control, queue management +- [x] **2025-01-13 #2**: Pipeline script enhancement - protein file (.faa) support with automatic type detection ## 参考文档