Rosetta
|
#include <devel/init.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/chemical/ResidueType.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/id/AtomID.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/match.OptionKeys.gen.hh>
#include <basic/options/keys/run.OptionKeys.gen.hh>
#include <core/pose/Pose.hh>
#include <basic/options/util.hh>
#include <protocols/match/Matcher.hh>
#include <protocols/match/MatcherMover.hh>
#include <protocols/match/MatcherTask.hh>
#include <protocols/match/output/ProcessorFactory.hh>
#include <protocols/match/output/MatchProcessor.hh>
#include <core/pack/rotamers/SingleLigandRotamerLibrary.hh>
#include <core/pack/rotamers/SingleResidueRotamerLibraryFactory.hh>
#include <basic/Tracer.hh>
#include <utility/string_util.hh>
#include <core/import_pose/import_pose.hh>
#include <utility/vector1.hh>
#include <utility/excn/Exceptions.hh>
Go to the source code of this file.
Functions | |
void | match_main () |
int | main (int argc, char *argv[]) |
Definition at line 66 of file match.cc.
References utility::io::oc::cout, devel::init(), match_main(), utility::excn::EXCN_Base::msg(), and options.
void match_main | ( | ) |
Definition at line 82 of file match.cc.
References option, options, contacts::output, contacts::pdb, app.surface_docking.surface_docking::pose, basic::options::start_files(), test.T007_TracerIO::T, utility::options::OptionKeys::options::user, and utility_exit_with_message.
Referenced by main().