From 5a60a2f6b0c39dca1fe77dc541a80c6ddac5f796 Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE <amine.ghozlane@pasteur.fr> Date: Thu, 24 Mar 2022 13:53:10 +0100 Subject: [PATCH] Add reminding message --- shaman_bioblend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaman_bioblend.py b/shaman_bioblend.py index 596642e..9918746 100644 --- a/shaman_bioblend.py +++ b/shaman_bioblend.py @@ -933,7 +933,7 @@ class galaxy(Thread): self.zip_archive(list_downloaded_files, zip_file) # Send email # solve file size problem - message = ("Shaman result is available for the key {0}" + message = ("""Thank you for using SHAMAN. The result is now available for the key {0}. Please cite the paper: https://pubmed.ncbi.nlm.nih.gov/32778056/ to help us maintain SHAMAN in time.""" .format(self.data_task["name"].replace("file", ""))) self.send_mail(message, zip_file) shutil.move(self.task_file, self.done_dir + -- GitLab