schrodinger.application.desmond.starter.generator.common module¶
- schrodinger.application.desmond.starter.generator.common.find_fmpdb_file(args: schrodinger.application.desmond.starter.ui.cmdline.BaseArgs) Optional[str]¶
- Tries to find the fmpdb file’s name if it’s needed. If it cannot find, returns - Noneand issues a warning message.
- schrodinger.application.desmond.starter.generator.common.prepare_files_and_command_for_restart(args: schrodinger.application.desmond.starter.ui.cmdline.BaseArgs) List[str]¶
- Return a command for launching the restart multisim job. Exit if the multisim stage could not be found. - Parameters
- args – Command line arguments. 
 
- schrodinger.application.desmond.starter.generator.common.prepare_files_and_command_for_fep_restart_extend(args: schrodinger.application.desmond.starter.ui.cmdline.FepArgs, edges: List[str], launcher_stage_name: str = 'fep_launcher')¶