Rosetta
Typedefs | Functions
rna_thread_and_minimize.cc File Reference
#include <protocols/rna/movers/RNAThreadAndMinimizeMover.hh>
#include <core/types.hh>
#include <core/pose/rna/util.hh>
#include <core/chemical/ResidueTypeSet.fwd.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/import_pose/import_pose.hh>
#include <core/sequence/Sequence.hh>
#include <protocols/viewer/viewers.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <core/pose/Pose.hh>
#include <devel/init.hh>
#include <utility/vector1.hh>
#include <ObjexxFCL/FArray1D.hh>
#include <iostream>
#include <string>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/option_macros.hh>
#include <utility/excn/Exceptions.hh>

Typedefs

using Matrix = numeric::xyzMatrix< Real >
 

Functions

std::string remove_dashes (std::string const &s)
 
Size figure_out_which_sequence_is_template (utility::vector1< sequence::SequenceOP > const &sequences_from_alignment, pose::Pose const &template_pose, std::string const &template_file_name)
 
void * my_main (void *)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ Matrix

Function Documentation

◆ figure_out_which_sequence_is_template()

Size figure_out_which_sequence_is_template ( utility::vector1< sequence::SequenceOP > const &  sequences_from_alignment,
pose::Pose const &  template_pose,
std::string const &  template_file_name 
)

◆ main()

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

◆ my_main()

void* my_main ( void *  )

◆ remove_dashes()

std::string remove_dashes ( std::string const &  s)
inline