phenotypic.sdk_.JobMetadataKey#
- class phenotypic.sdk_.JobMetadataKey[source]#
Bases:
objectKeys inside
<output>/.phenotypic/progress/job_metadata.json.Writers (CLI execution strategies) and readers (recompile worker, sentinel, checkpoint handler, GUI runs registry) must reference these constants — never the bare string. Renaming a key here should fail fast at every site.
Methods
__init__Attributes
GUI owner-record generation that initiated this scheduler launch.
Whether the recompile finalizer task should skip QC compute.
- NO_QC: Final[str] = 'no_qc'#
Whether the recompile finalizer task should skip QC compute. Set on the SLURM recompile finalizer task dict alongside
METADATA_CSV; read by_cli_recompile_worker._run_post_master_steps.