schrodinger.application.phase.packages.hypo_refine.job_utils module¶
Module with phase_hypo_refine job control functionality.
Copyright Schrodinger LLC, All Rights Reserved.
- schrodinger.application.phase.packages.hypo_refine.job_utils.get_common_args(args)[source]¶
Returns a command containing arguments that are common to all subjobs.
- Parameters
args (argparser.Namespace) – argparser.Namespace with command line options
- Returns
Command with common arguments
- Return type
list(str)
- schrodinger.application.phase.packages.hypo_refine.job_utils.get_input_files(args)[source]¶
Returns the names of the input files for the current job/subjob.
- Parameters
args (argparse.Namespace) – Command line arguments
- Returns
Input file names
- Return type
list(str)
- schrodinger.application.phase.packages.hypo_refine.job_utils.get_output_hypo(args)[source]¶
Returns the name of the hypothesis file to create.
- Parameters
args (argparse.Namespace) – Command line arguments
- Returns
Output hypothesis file name
- Return type
str
- schrodinger.application.phase.packages.hypo_refine.job_utils.get_output_projects(args)[source]¶
Returns the names of any zipped projects that would be created.
- Parameters
args (argparse.Namespace) – Command line arguments
- Returns
Output zipped project names
- Return type
list(str)