Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma-wilkins-import
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ma-wilkins-import
Commits
c887ec4a
Commit
c887ec4a
authored
3 years ago
by
B13nch3n
Browse files
Options
Downloads
Patches
Plain Diff
Add proper audit_authors.
parent
31019aa8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
translate2modelcif.py
+10
-2
10 additions, 2 deletions
translate2modelcif.py
with
10 additions
and
2 deletions
translate2modelcif.py
+
10
−
2
View file @
c887ec4a
...
...
@@ -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
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment