diff --git a/cg/meta/upload/mutant/mutant.py b/cg/meta/upload/mutant/mutant.py index a61398ebe1..17d3760279 100644 --- a/cg/meta/upload/mutant/mutant.py +++ b/cg/meta/upload/mutant/mutant.py @@ -24,4 +24,5 @@ def upload(self, ctx: Context, case: Case, restart: bool) -> None: self.gsaid_api.upload(case.internal_id) self.fohm_api.aggregate_delivery(case_ids=[case.internal_id]) self.fohm_api.sync_files_sftp() + self.fohm_api.send_mail_reports() self.update_uploaded_at(latest_analysis)