3 __doc__ =
"Build cyclic symmetric complexes in their density map."
6 from IMP
import ArgumentParser
11 This program builds cyclic symmetric complexes in their density maps."""
13 parser = ArgumentParser(description=desc)
14 parser.add_argument(
"--chimera", dest=
"chimera", default=
"",
16 help=
"the name of the Chimera output file, if desired")
17 parser.add_argument(
"param_file", help=
"parameter file name")
18 return parser.parse_args()
27 if __name__ ==
'__main__':
void do_all_fitting(const std::string param_filename, const std::string chimera_filename="")
High level interface to build cyclic symmetric complexes.
Generate cyclic atomic structures using cryo-electron microscopy data.
void set_log_level(LogLevel l)
Set the current global log level.