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
2549752d
Commit
2549752d
authored
Jun 21, 2022
by
Gustaf Ahdritz
Browse files
Disable zero centering again
parent
632acfaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/data/mmcif_parsing.py
openfold/data/mmcif_parsing.py
+1
-1
No files found.
openfold/data/mmcif_parsing.py
View file @
2549752d
...
@@ -432,7 +432,7 @@ def _is_set(data: str) -> bool:
...
@@ -432,7 +432,7 @@ def _is_set(data: str) -> bool:
def
get_atom_coords
(
def
get_atom_coords
(
mmcif_object
:
MmcifObject
,
mmcif_object
:
MmcifObject
,
chain_id
:
str
,
chain_id
:
str
,
_zero_center_positions
:
bool
=
Tru
e
_zero_center_positions
:
bool
=
Fals
e
)
->
Tuple
[
np
.
ndarray
,
np
.
ndarray
]:
)
->
Tuple
[
np
.
ndarray
,
np
.
ndarray
]:
# Locate the right chain
# Locate the right chain
chains
=
list
(
mmcif_object
.
structure
.
get_chains
())
chains
=
list
(
mmcif_object
.
structure
.
get_chains
())
...
...
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