Rosetta
Functions | Variables
helical_bundle_predict.cc File Reference

An application that attempts to predict helical bundle structures, without using PDB fragments. More...

#include <devel/init.hh>
#include <protocols/helical_bundle_predict/HelicalBundlePredictApplication.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/options/OptionCollection.hh>
#include <utility/pointer/memory.hh>
#include <basic/Tracer.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/helical_bundle_predict.OptionKeys.gen.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/citation_manager/CitationManager.hh>
#include <basic/citation_manager/UnpublishedModuleInfo.hh>

Functions

void register_options ()
 Indicate what options are relevant for this application. More...
 
void get_options_from_options_collection (protocols::helical_bundle_predict::HelicalBundlePredictApplicationOptions &options, utility::options::OptionCollection const &option_collection)
 Set relevant options. More...
 
void set_file_output (protocols::helical_bundle_predict::HelicalBundlePredictApplication &application)
 In the non-MPI build, set the file output options. More...
 
int main (int argc, char *argv[])
 Entry point for program execution. More...
 

Variables

static basic::Tracer TR ("apps.public.helical_bundle.helical_bundle_predict")
 

Detailed Description

An application that attempts to predict helical bundle structures, without using PDB fragments.

Author
Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)

Function Documentation

◆ get_options_from_options_collection()

void get_options_from_options_collection ( protocols::helical_bundle_predict::HelicalBundlePredictApplicationOptions &  options,
utility::options::OptionCollection const &  option_collection 
)

◆ main()

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

◆ register_options()

void register_options ( )

Indicate what options are relevant for this application.

Referenced by main().

◆ set_file_output()

void set_file_output ( protocols::helical_bundle_predict::HelicalBundlePredictApplication &  application)

Variable Documentation

◆ TR

basic::Tracer TR("apps.public.helical_bundle.helical_bundle_predict") ( "apps.public.helical_bundle.helical_bundle_predict"  )
static