sup3r.bias.bias_calc_cli.kickoff_local_job#
- kickoff_local_job(ctx, cmd, pipeline_step=None)[source]#
Run sup3r bias calc locally.
- Parameters:
ctx (click.pass_context) – Click context object where ctx.obj is a dictionary
cmd (str) –
- Command to be submitted in shell script. Example:
‘python -m sup3r.cli forward_pass -c <config_file>’
pipeline_step (str, optional) – Name of the pipeline step being run. If
None
, thepipeline_step
will be set to themodule_name
, mimicking old reV behavior. By default,None
.