修复了在<数据精对齐>中粗同步结果导入路径错误的问题

修复了在<BCG的J峰算法定位>中模型获取失败时导致的错误
This commit is contained in:
wst
2025-05-23 16:31:05 +08:00
parent 9d88b6ab37
commit 976244b3b4
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ class SettingWindow(QMainWindow):
Path(str(self.sampID)))),
"Input_Rpeak": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_PSG_TEXT /
Path(str(self.sampID)))),
"Input_Approximately_Align": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_PSG_TEXT /
"Input_Approximately_Align": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_LABEL /
Path(str(self.sampID)))),
"Save_AlignInfo": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_LABEL /
Path(str(self.sampID)))),