Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
951d47cf
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "9f5d201e108c7a16d46dd4fde06767d79a160fec"
Commit
951d47cf
authored
Feb 20, 2023
by
Jose Duarte
Browse files
Ab-initio is more appropriate
parent
9db8dc36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/np/protein.py
openfold/np/protein.py
+1
-1
No files found.
openfold/np/protein.py
View file @
951d47cf
...
@@ -457,7 +457,7 @@ def to_modelcif(prot: Protein) -> str:
...
@@ -457,7 +457,7 @@ def to_modelcif(prot: Protein) -> str:
asym_unit_map
[
chain_idx
]
=
asym
asym_unit_map
[
chain_idx
]
=
asym
modeled_assembly
=
modelcif
.
Assembly
(
asym_unit_map
.
values
(),
name
=
'Modeled assembly'
)
modeled_assembly
=
modelcif
.
Assembly
(
asym_unit_map
.
values
(),
name
=
'Modeled assembly'
)
class
MyModel
(
modelcif
.
model
.
Homology
Model
):
class
MyModel
(
modelcif
.
model
.
AbInitio
Model
):
def
get_atoms
(
self
):
def
get_atoms
(
self
):
# Add all atom sites.
# Add all atom sites.
for
i
in
range
(
n
):
for
i
in
range
(
n
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment