21 #include <protocols/moves/NullMover.hh>
22 #include <protocols/jobdist/not_universal_main.hh>
31 #include <basic/options/keys/in.OptionKeys.gen.hh>
32 #include <basic/options/keys/out.OptionKeys.gen.hh>
39 main(
int argc,
char* argv [] ) {
43 using namespace basic::options::OptionKeys;
49 OPT( in::file::tags );
50 OPT( in::file::silent_struct_type );
51 OPT( in::file::silent_renumber );
52 OPT( in::file::residue_type_set );
54 OPT( out::file::silent_struct_type );
59 std::string usage(
"");
60 usage +=
"\n\nusage: combine_silent [options] -in::file::silent <silent_files> or -in::file::s <pdb> or -in::file::l <list of pdb files> \n";
61 usage +=
"\tTo see a list of other valid options, use the option -help.\n";
68 protocols::moves::NullMover mover;
69 protocols::jobdist::not_universal_main( mover );
71 std::cout <<
"caught exception " << e.
msg() << std::endl;
ocstream cerr(std::cerr)
Wrapper around std::cerr.
virtual std::string const msg() const
void init(int argc, char *argv[])
Command line init() version.
BooleanOptionKey const user("options:user")
common derived classes for thrown exceptions
rule< Scanner, options_closure::context_t > options
utility::options::OptionCollection option
OptionCollection global.
ocstream cout(std::cout)
Wrapper around std::cout.
BooleanOptionKey const exit("options:exit")
vector1: std::vector with 1-based indexing
int main(int argc, char *argv[])
Program options global and initialization function.
int const silent
Named verbosity levels.