From b590c02304649c2492fc3df8db10338c96f3f26b Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 24 Jan 2022 20:26:49 -0300 Subject: [PATCH] Ignore a benchmark database (I forget what program) --- biostools/extractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biostools/extractors.py b/biostools/extractors.py index 8482f03..10be1ce 100644 --- a/biostools/extractors.py +++ b/biostools/extractors.py @@ -332,7 +332,7 @@ class DiscardExtractor(Extractor): # executables b'''(\\x7FELF)|''' # reports - b'''CPU-Z TXT Report|\s{7}File: A|-+\[ AIDA32 |HWiNFO64 Version |3DMARK2001 PROJECT|Report Dr. Hardware|\r\n(?:\s+HWiNFO v|\r\n\s+\r\n\s+Microsoft Diagnostics version )|SIV[^\s]+ - System Information Viewer V''' + b'''CPU-Z TXT Report|\s{7}File: A|-+\[ AIDA32 |HWiNFO64 Version |3DMARK2001 PROJECT|Report Dr. Hardware|\r\n(?:\s+HWiNFO v|\r\n\s+\r\n\s+Microsoft Diagnostics version )|SIV[^\s]+ - System Information Viewer V|UID,Name,Score,''' ) def extract(self, file_path, file_header, dest_dir, dest_dir_0):