From ef49cdff3a91e1c77b716b10f53e521558df39da Mon Sep 17 00:00:00 2001
From: B13nch3n <b13nch3n_01@theb-si.de>
Date: Mon, 17 Oct 2022 17:26:53 +0200
Subject: [PATCH] Correct file format

---
 projects/human-heterodimers-w-crosslinks/translate2modelcif.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/human-heterodimers-w-crosslinks/translate2modelcif.py b/projects/human-heterodimers-w-crosslinks/translate2modelcif.py
index 900c848..8b91dcf 100644
--- a/projects/human-heterodimers-w-crosslinks/translate2modelcif.py
+++ b/projects/human-heterodimers-w-crosslinks/translate2modelcif.py
@@ -947,7 +947,7 @@ def _get_assoc_zip_file(fle_path, data_json):
         details="archive with multiple files for model "
         + f"{data_json['mdl_num']}; rank {data_json['rank_num']}",
     )
-    zfile.file_format = "zip"
+    zfile.file_format = "other"
     return zfile
 
 
-- 
GitLab