sup3r.preprocessing.data_extract_cli.kickoff_local_job

kickoff_local_job(ctx, cmd, pipeline_step=None)[source]

Run sup3r data extraction 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_extract -c <config_file>’

  • pipeline_step (str, optional) – Name of the pipeline step being run. If None, the pipeline_step will be set to the module_name, mimicking old reV behavior. By default, None.