Skip to content
Snippets Groups Projects
Commit 2de9df8c authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Bugfix: connectivity needed for molck result to work in structural checks of compare-structure.

parent 98f7975f
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@
#include <ost/mol/alg/nonstandard.hh>
#include <ost/conop/model_check.hh>
#include <ost/conop/amino_acids.hh>
#include <ost/conop/rule_based.hh>
#include <ost/mol/alg/molck.hh>
using namespace ost::conop;
......@@ -43,6 +44,9 @@ void ost::mol::alg::MapNonStandardResidues(EntityHandle& ent, CompoundLibPtr lib
}
}
ent = new_ent;
// Since we didn't do it in-place: reprocess the new entity
RuleBasedProcessor pr(lib);
pr.Process(ent);
}
void ost::mol::alg::RemoveAtoms(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment