Rosetta
Functions | Variables
homolog_finder_farna.cc File Reference
#include <core/types.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/pose/copydofs/util.hh>
#include <core/scoring/rms_util.hh>
#include <core/scoring/ScoreFunction.hh>
#include <devel/init.hh>
#include <core/id/AtomID.hh>
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/annotated_sequence.hh>
#include <core/import_pose/options/RNA_FragmentMonteCarloOptions.hh>
#include <core/fragment/rna/FullAtomRNA_Fragments.hh>
#include <core/fragment/rna/FragmentLibrary.hh>
#include <core/fragment/rna/TorsionSet.hh>
#include <core/pose/rna/util.hh>
#include <protocols/rna/denovo/util.hh>
#include <core/pose/toolbox/AtomLevelDomainMap.hh>
#include <protocols/viewer/viewers.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/Tracer.hh>
#include <iostream>
#include <string>

Functions

utility::vector1< std::pair< Size, std::string > > split_segments_longer_than_6mers (utility::vector1< std::pair< Size, std::string > > const &secstruct_segments)
 
void obtain_secstruct_segments (utility::vector1< std::pair< Size, std::string > > &secstruct_segments, std::string const &secstruct)
 
std::string figure_out_secstruct (pose::Pose &pose)
 
void homolog_finder ()
 
void * my_main (void *)
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("apps.pilot.rhiju.homolog_finder_farna")
 

Function Documentation

◆ figure_out_secstruct()

std::string figure_out_secstruct ( pose::Pose pose)

◆ homolog_finder()

void homolog_finder ( )

◆ main()

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

◆ my_main()

void* my_main ( void *  )

◆ obtain_secstruct_segments()

void obtain_secstruct_segments ( utility::vector1< std::pair< Size, std::string > > &  secstruct_segments,
std::string const &  secstruct 
)

◆ split_segments_longer_than_6mers()

utility::vector1< std::pair< Size, std::string > > split_segments_longer_than_6mers ( utility::vector1< std::pair< Size, std::string > > const &  secstruct_segments)

References create_a3b_hbs::ii.

Referenced by homolog_finder().

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.rhiju.homolog_finder_farna") ( "apps.pilot.rhiju.homolog_finder_farna"  )
static