Skip to content
Snippets Groups Projects
Commit c887ec4a authored by B13nch3n's avatar B13nch3n
Browse files

Add proper audit_authors.

parent 31019aa8
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment