From cd1921030e625662fc1cf02317f3064932737af5 Mon Sep 17 00:00:00 2001 From: Loraine Gueguen <loraine.gueguen@sb-roscoff.fr> Date: Sat, 15 May 2021 17:31:29 +0200 Subject: [PATCH] fix keys in create_org_param_dict_from_constants() --- utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.py b/utilities.py index fceeca9..884563a 100755 --- a/utilities.py +++ b/utilities.py @@ -215,7 +215,7 @@ def create_org_param_dict_from_constants(): org_param_dict["org_param_data_blastp_path"] = constants.ORG_PARAM_DATA_BLASTP_PATH org_param_dict["org_param_data_blastx_path"] = constants.ORG_PARAM_DATA_BLASTX_PATH org_param_dict["org_param_data_genome_version"] = constants.ORG_PARAM_DATA_GENOME_VERSION - org_param_dict["org_param_data_ogs_version"] = constants.ORG_PARAM_DATA_GENOME_VERSION + org_param_dict["org_param_data_ogs_version"] = constants.ORG_PARAM_DATA_OGS_VERSION org_param_dict["org_param_data_performed_by"] = constants.ORG_PARAM_DATA_PERFORMED_BY org_param_dict["org_param_services"] = constants.ORG_PARAM_SERVICES org_param_dict["org_param_services_blast"] = constants.ORG_PARAM_SERVICES_BLAST -- GitLab