From f281109ffbb8125b5d63cf2c229299e27a6bd97c Mon Sep 17 00:00:00 2001 From: Timothee Cezard Date: Wed, 22 Mar 2023 21:15:31 +0000 Subject: [PATCH] Update eva_submission/eload_ingestion.py Co-authored-by: sundarvenkata-EBI --- eva_submission/eload_ingestion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eva_submission/eload_ingestion.py b/eva_submission/eload_ingestion.py index 9859daec..50703891 100644 --- a/eva_submission/eload_ingestion.py +++ b/eva_submission/eload_ingestion.py @@ -406,7 +406,7 @@ def _target_assembly_from_same_taxonomy(self, target_assembly): _, taxonomy_id_from_target = get_assembly_name_and_taxonomy_id(target_assembly) if int(taxonomy_id_from_target) != int(self.taxonomy): self.warning(f'Target assembly {target_assembly} is from a different taxonomy {taxonomy_id_from_target} ' - f'compare to the current project {self.taxonomy}') + f'compared to the current project {self.taxonomy}. Therefore remapping will not be carried out!') return False return True