From c887ec4aed143c08a580d562789fc43d00b10021 Mon Sep 17 00:00:00 2001
From: B13nch3n <b13nch3n_01@theb-si.de>
Date: Wed, 13 Apr 2022 10:57:51 +0200
Subject: [PATCH] Add proper audit_authors.

---
 translate2modelcif.py | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/translate2modelcif.py b/translate2modelcif.py
index 25acfc1..b6dc475 100644
--- a/translate2modelcif.py
+++ b/translate2modelcif.py
@@ -215,8 +215,16 @@ def _check_model_extra_files_present(model_dir, pdb_file):
 
 def _get_audit_authors():
     """Return the list of authors that produced this model."""
-    # ToDo [input]: get the proper list of authors of the model
-    return ("Foo B", "Bar F")
+    return (
+        "Bartolec T",
+        "Vázquez-Campos X",
+        "Johnson M",
+        "Norman A",
+        "Payne R",
+        "Wilkins M",
+        "Mackay J",
+        "Low J",
+    )
 
 
 def _get_protocol_steps_and_software():
-- 
GitLab