Rosetta
Classes | Enumerations | Functions | Variables
exposed_strand_finder.cc File Reference

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")
 

Detailed Description

finds exposed strands with option to check rmsd to another strand

Enumeration Type Documentation

◆ Index

enum Index
Enumerator
chain_index 
wt_index 
res_index 
mut_index 
chain_index 
start_index 
end_index 
max_neighbors 
trans 
rot 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ beta_length

basic::options::IntegerOptionKey const beta_length("beta_length") ( "beta_length"  )

◆ check_rmsd

basic::options::BooleanOptionKey const check_rmsd("check_rmsd") ( "check_rmsd"  )

◆ max_E_allow

basic::options::RealOptionKey const max_E_allow("max_E_allow") ( "max_E_allow"  )

Referenced by ExposedStrandMover::apply(), and main().

◆ max_RMSD

basic::options::RealOptionKey const max_RMSD("max_RMSD") ( "max_RMSD"  )

Referenced by ExposedStrandMover::apply(), and main().

◆ sat_allow

basic::options::IntegerOptionKey const sat_allow("sat_allow") ( "sat_allow"  )

◆ strand_span

basic::options::StringVectorOptionKey const strand_span("strand_span") ( "strand_span"  )

Referenced by ExposedStrandMover::apply(), and main().

◆ struct_file

basic::options::StringOptionKey const struct_file("struct_file") ( "struct_file"  )

Referenced by ExposedStrandMover::apply(), and main().

◆ TR

basic::Tracer TR("apps.public.beta_strand_homodimer_design.exposed_strand_finder") ( "apps.public.beta_strand_homodimer_design.exposed_strand_finder"  )
static

◆ TRout

basic::Tracer TRout("ExposedStrand") ( "ExposedStrand"  )
static