修复了在<数据精对齐>中粗同步结果导入路径错误的问题
修复了在<BCG的J峰算法定位>中模型获取失败时导致的错误
This commit is contained in:
@ -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)))),
|
||||
|
||||
Reference in New Issue
Block a user