Skip to content
Snippets Groups Projects
Commit 5a60a2f6 authored by Amine  GHOZLANE's avatar Amine GHOZLANE
Browse files

Add reminding message

parent 4277ab6b
No related branches found
No related tags found
No related merge requests found
...@@ -933,7 +933,7 @@ class galaxy(Thread): ...@@ -933,7 +933,7 @@ class galaxy(Thread):
self.zip_archive(list_downloaded_files, zip_file) self.zip_archive(list_downloaded_files, zip_file)
# Send email # Send email
# solve file size problem # 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", ""))) .format(self.data_task["name"].replace("file", "")))
self.send_mail(message, zip_file) self.send_mail(message, zip_file)
shutil.move(self.task_file, self.done_dir + shutil.move(self.task_file, self.done_dir +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment