tasks.placeholders

Placeholders tasks.

Module Contents

Classes

Placeholders

Compute the placeholders for a given region and mtype set from a given config.

Attributes

logger

tasks.placeholders.logger
class tasks.placeholders.Placeholders(*args, **kwargs)

Bases: data_validation_framework.task.TagResultOutputMixin, luigi_tools.task.WorkflowTask

Compute the placeholders for a given region and mtype set from a given config.

config

(Optional) The path to the JSON config file.

Type:

str

input_dir

(Optional) The directory containing the morphologies and their metadata file.

Type:

str

result_path

Path to the output file (can be CSV or JSON file).

Type:

str

Default value:

placeholders.csv

nb_jobs

Number of jobs used by parallel tasks.

Type:

int

Permitted values:

int in [1, 10000000000)

Default value:

1