AutoModel.make() — build all models

make(exit_stage=0)
You should call this command after creating an AutoModel object and setting any desired parameters, to then go ahead and build all models.

If exit_stage is 2, then this routine exits after generating the initial model; no optimized models are built. If it is 1, then it also creates the restraints file before exiting. If it is 0 (the default) then the full comparative modeling procedure is followed.