Rosetta
|
finds exposed strands with option to check rmsd to another strand More...
#include <devel/init.hh>
#include <utility/exit.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/vector1.functions.hh>
#include <utility/vector1.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/pose/metrics/CalculatorFactory.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/rms_util.tmpl.hh>
#include <core/scoring/rms_util.hh>
#include <core/scoring/hbonds/hbonds.hh>
#include <core/scoring/hbonds/HBondSet.hh>
#include <core/scoring/dssp/Dssp.hh>
#include <core/scoring/ScoringManager.hh>
#include <core/scoring/methods/EnergyMethodOptions.fwd.hh>
#include <core/scoring/EnergyMap.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/etable/EtableEnergy.hh>
#include <core/scoring/etable/Etable.fwd.hh>
#include <core/scoring/TenANeighborGraph.hh>
#include <core/conformation/Residue.hh>
#include <core/id/AtomID_Map.hh>
#include <basic/MetricValue.hh>
#include <basic/Tracer.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/moves/StructureRestrictor.hh>
#include <core/pose/metrics/simple_calculators/SasaCalculatorLegacy.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <sstream>
#include <iostream>
#include <string>
#include <utility>
#include <core/pose/init_id_map.hh>
Classes | |
class | ExposedStrandMover |
Enumerations | |
enum | Index { chain_index = 1 , wt_index = 2 , res_index = 3 , mut_index = 4 , chain_index = 1 , start_index = 2 , end_index = 3 , max_neighbors = 16 , trans = 1 , rot = 2 } |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static basic::Tracer | TR ("apps.public.beta_strand_homodimer_design.exposed_strand_finder") |
static basic::Tracer | TRout ("ExposedStrand") |
basic::options::BooleanOptionKey const | check_rmsd ("check_rmsd") |
basic::options::StringVectorOptionKey const | strand_span ("strand_span") |
basic::options::IntegerOptionKey const | beta_length ("beta_length") |
basic::options::IntegerOptionKey const | sat_allow ("sat_allow") |
basic::options::RealOptionKey const | max_E_allow ("max_E_allow") |
basic::options::RealOptionKey const | max_RMSD ("max_RMSD") |
basic::options::StringOptionKey const | struct_file ("struct_file") |
finds exposed strands with option to check rmsd to another strand
enum Index |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References argv, beta_length, check_rmsd, utility::io::oc::cout, test.T009_Exceptions::e, basic::init(), max_E_allow, max_RMSD, option, sat_allow, strand_span, and struct_file.
basic::options::IntegerOptionKey const beta_length("beta_length") | ( | "beta_length" | ) |
Referenced by ExposedStrandMover::ExposedStrandMover(), and main().
basic::options::BooleanOptionKey const check_rmsd("check_rmsd") | ( | "check_rmsd" | ) |
Referenced by ExposedStrandMover::ExposedStrandMover(), and main().
basic::options::RealOptionKey const max_E_allow("max_E_allow") | ( | "max_E_allow" | ) |
Referenced by ExposedStrandMover::apply(), and main().
basic::options::RealOptionKey const max_RMSD("max_RMSD") | ( | "max_RMSD" | ) |
Referenced by ExposedStrandMover::apply(), and main().
basic::options::IntegerOptionKey const sat_allow("sat_allow") | ( | "sat_allow" | ) |
Referenced by ExposedStrandMover::ExposedStrandMover(), and main().
basic::options::StringVectorOptionKey const strand_span("strand_span") | ( | "strand_span" | ) |
Referenced by ExposedStrandMover::apply(), and main().
basic::options::StringOptionKey const struct_file("struct_file") | ( | "struct_file" | ) |
Referenced by ExposedStrandMover::apply(), and main().
|
static |
|
static |
Referenced by ExposedStrandMover::print_sheets(), and ExposedStrandMover::print_sheets_extras().