__init__
- DatomaJob.__init__(tool=None, task=None, import_json=None)[source]
Initializes a DatomaJob object.
- Parameters:
tool (str, optional) – Name of the tool.
task (str, optional) – Name of the task.
import_json (str, optional) – Path to a JSON file with the job information, defaults to None. If None, the job will be created from scratch.