Rosetta
Typedefs | Functions
rna_thread.cc File Reference
#include <core/types.hh>
#include <core/chemical/AA.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 <core/sequence/util.hh>
#include <utility/string_util.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/pose/PDBInfo.hh>
#include <protocols/rna/denovo/util.hh>
#include <protocols/viewer/viewers.hh>
#include <core/pose/Pose.hh>
#include <core/pose/rna/util.hh>
#include <devel/init.hh>
#include <utility/vector1.hh>
#include <utility/io/ozstream.hh>
#include <ObjexxFCL/FArray1D.hh>
#include <iostream>
#include <string>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#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

void setup_mask (ObjexxFCL::FArray1D_bool &sequence_mask, utility::vector1< sequence::SequenceOP > const &sequences_from_alignment)
 
void setup_alignment_map (std::map< Size, Size > &mapping, std::string const &sequence_from_alignment)
 
std::string remove_dashes (std::string const &s)
 
void prepare_threaded_model (pose::Pose &pose, std::string const &target_sequence_from_alignment, std::string const &template_sequence_from_alignment, ObjexxFCL::FArray1D_bool &sequence_mask, Size offset=0)
 
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 rna_thread_test ()
 
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 *  )

◆ prepare_threaded_model()

void prepare_threaded_model ( pose::Pose pose,
std::string const &  target_sequence_from_alignment,
std::string const &  template_sequence_from_alignment,
ObjexxFCL::FArray1D_bool sequence_mask,
Size  offset = 0 
)

◆ remove_dashes()

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

◆ rna_thread_test()

void rna_thread_test ( )

◆ setup_alignment_map()

void setup_alignment_map ( std::map< Size, Size > &  mapping,
std::string const &  sequence_from_alignment 
)

References count, and create_a3b_hbs::i.

Referenced by prepare_threaded_model().

◆ setup_mask()

void setup_mask ( ObjexxFCL::FArray1D_bool sequence_mask,
utility::vector1< sequence::SequenceOP > const &  sequences_from_alignment 
)