Skip to content
Snippets Groups Projects
Commit a241b391 authored by Bienchen's avatar Bienchen
Browse files

Merge branch 'validation-tool'

parents 20f4a6b3 8841f396
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,10 @@ def _get_assoc_data_from_zip_arc(
arc_file, assoc_dir
)
if row[idxs["file_format"]] == "cif":
if row[idxs["file_content"]] == "local pairwise QA scores":
if row[idxs["file_content"]] in (
"local pairwise QA scores",
"QA metrics",
):
cif_file = row[idxs["file_path"]]
data = _unzip_arc_cif(arc_zip, cif_file)
assoc_files.append((data, archives[arc_id][1]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment