Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modelcif-converters
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
modelcif-converters
Commits
d446530a
Commit
d446530a
authored
1 year ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Small fixes to the ModelCIF files
parent
e750fef5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/novelfams/translate2modelcif.py
+4
-1
4 additions, 1 deletion
projects/novelfams/translate2modelcif.py
with
4 additions
and
1 deletion
projects/novelfams/translate2modelcif.py
+
4
−
1
View file @
d446530a
...
...
@@ -165,6 +165,7 @@ def _get_ch_name(ch, use_auth=False):
return
ch
.
name
# ToDo: are those Ab Initio Models?
class
_OST2ModelCIF
(
modelcif
.
model
.
AbInitioModel
):
"""
Map OST entity elements to ihm.model
"""
...
...
@@ -234,7 +235,7 @@ def _get_pdb_files(model_dir):
def
_get_title
(
fam_name
):
"""
Get a title for this modelling experiment.
"""
return
f
"
AlphaFold m
odel for NMPFamsDB Family
{
fam_name
}
"
return
f
"
M
odel for NMPFamsDB Family
{
fam_name
}
"
def
_get_model_details
(
fam_name
):
...
...
@@ -601,3 +602,5 @@ def _main():
if
__name__
==
"
__main__
"
:
_main
()
# ToDo: - modelling protocol?
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