jobarchitect.agent

Jobarchitect agent.

class jobarchitect.agent.Agent(tool_path, dataset_path, output_root='/tmp')

Class to create commands to analyse data.

run_tool_on_identifier(identifier)

Run the tool on an item in the dataset.

jobarchitect.agent.analyse_by_identifiers(tool_path, dataset_path, output_root, identifiers)

Run analysis on identifiers.

Parameters:
  • tool_path – path to tool
  • dataset_path – path to input dataset
  • output_root – path to output root
Identifiers:

list of identifiers

jobarchitect.agent.cli()

Command line interface for _analyse_by_ids