Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
ProMod3
Commits
6a98f548
Commit
6a98f548
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
update editors internal coordinate system when done with ApplyOnResidue in RRMRotamer
parent
c45a9379
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sidechain/src/rotamer.cc
+1
-0
1 addition, 0 deletions
sidechain/src/rotamer.cc
with
1 addition
and
0 deletions
sidechain/src/rotamer.cc
+
1
−
0
View file @
6a98f548
...
@@ -54,6 +54,7 @@ void RRMRotamer::ApplyOnResidue(ost::mol::ResidueHandle& res,
...
@@ -54,6 +54,7 @@ void RRMRotamer::ApplyOnResidue(ost::mol::ResidueHandle& res,
ed
.
RenameResidue
(
res
,
new_res_name
);
ed
.
RenameResidue
(
res
,
new_res_name
);
res
.
SetOneLetterCode
(
ost
::
conop
::
ResidueNameToOneLetterCode
(
new_res_name
));
res
.
SetOneLetterCode
(
ost
::
conop
::
ResidueNameToOneLetterCode
(
new_res_name
));
}
}
ed
.
UpdateICS
();
}
}
...
...
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