Skip to content

Commit

Permalink
Update eva_submission/eload_ingestion.py
Browse files Browse the repository at this point in the history
Co-authored-by: sundarvenkata-EBI <[email protected]>
  • Loading branch information
tcezard and sundarvenkata-EBI authored Mar 22, 2023
1 parent cccd1be commit f281109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva_submission/eload_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f281109

Please sign in to comment.