![]() |
Rosetta
2021.16
|
#include <protocols/rotamer_recovery/RRReporterHuman.fwd.hh>#include <protocols/rotamer_recovery/RRReporter.hh>#include <core/types.hh>#include <core/pose/Pose.fwd.hh>#include <core/pack/dunbrack/DunbrackRotamer.fwd.hh>#include <core/conformation/Residue.fwd.hh>#include <utility/VirtualBase.hh>#include <utility/vector1.hh>#include <map>#include <string>Classes | |
| class | protocols::rotamer_recovery::PerNativeRRReporterHuman |
| class | protocols::rotamer_recovery::RRReporterHuman |
| The reporting functionality for the rotamer recovery test in a human readable format. More... | |
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::rotamer_recovery | |
The rotamer recovery will be output to the screen. Output looks like:
resi_idx nat_bb_bin pct_bb nat_rot1 pct_rot1 nat_rot2 pct_rot2 nat_rot3 pct_rot3 nat_rot4 pct_rot4 1 E 1.0000 1 1.0000 2 1.0000 1 1.0000 999 0.0000 2 B 1.0000 2 1.0000 1 1.0000 999 0.0000 999 0.0000 ...
resi_idx nat_bb_bin pct_bb nat_rot1 pct_rot1 nat_rot2 pct_rot2 nat_rot3 pct_rot3 nat_rot4 pct_rot4 1 E 1.0000 1 1.0000 2 1.0000 1 1.0000 999 0.0000 2 B 1.0000 2 1.0000 1 1.0000 999 0.0000 999 0.0000 ...
1.8.7