pepkit / pipestat

Pipeline results reporting package
https://pep.databio.org/pipestat/
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Align environment vars to have the same prefix #114

Closed donaldcampbelljr closed 11 months ago

donaldcampbelljr commented 11 months ago

currently:

ENV_VARS = {
    "project_name": "PIPESTAT_PROJECT_NAME",
    "config": "PIPESTAT_CONFIG",
    "results_file": "PIPESTAT_RESULTS_FILE",
    "schema": "PIPESTAT_RESULTS_SCHEMA",
    "status_schema": "PIPESTAT_STATUS_SCHEMA",
    "sample_name": "PIPESTAT_SAMPLE_NAME",
    "record_identifier": "RECORD_IDENTIFIER",
    "pipeline_type": "PIPELINE_TYPE",
}

should be PIPESTAT_RECORD_IDENTIFIER