Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BioHelpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Monitor
Incidents
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Faber
BioHelpers
Commits
88802a2e
Commit
88802a2e
authored
8 months ago
by
Christian Faber
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
parent
1d8260a6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/BioHelpers_FABER/rmsd.py
+1
-1
1 addition, 1 deletion
src/BioHelpers_FABER/rmsd.py
with
1 addition
and
1 deletion
src/BioHelpers_FABER/rmsd.py
+
1
−
1
View file @
88802a2e
...
@@ -163,7 +163,7 @@ def __get_chain_from_file(file: str) -> pdb.Chain.Chain:
...
@@ -163,7 +163,7 @@ def __get_chain_from_file(file: str) -> pdb.Chain.Chain:
chain
=
next
(
structure
.
get_chains
())
chain
=
next
(
structure
.
get_chains
())
return
chain
return
chain
elif
extension
==
"
.cif
"
:
elif
extension
==
"
.cif
"
:
structure
=
pdb
.
MMC
if
Parser
().
get_structure
(
""
,
file
)[
0
]
structure
=
pdb
.
MMC
IF
Parser
().
get_structure
(
""
,
file
)[
0
]
chain
=
next
(
structure
.
get_chains
())
chain
=
next
(
structure
.
get_chains
())
return
chain
return
chain
else
:
else
:
...
...
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