master
chaopower 2024-01-10 11:51:33 +08:00
parent 94b41eb45c
commit 4bbd628d64
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ class PostProcess:
self.sheet['hla'] = self.txt_2_excel(hla)
def qc(self):
qc_files = glob.glob(os.path.join(self.path, 'qc', '*_qc.txt'))
qc_files = glob.glob(os.path.join(self.path, 'qc', f'{self.sample_name}_qc.txt'))
qc_res = []
if qc_files:
if os.path.getsize(qc_files[0]) > 0: