From d2de4eddf46ebaa6b63321fec3d4eea90f20eb0a Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 17 Oct 2022 17:24:15 +0200
Subject: [PATCH] Correct file format

---
 translate2modelcif.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translate2modelcif.py b/translate2modelcif.py
index 900c848..8b91dcf 100644
--- a/translate2modelcif.py
+++ b/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