sup3r.postprocessing.data_collect_cli.kickoff_local_job#
- kickoff_local_job(ctx, cmd, pipeline_step=None)[source]#
Run sup3r data collection 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 data_collect -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
.