You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
Every output file has the same filename (unique_sequence_data.xlsx), making it easy to misplace files. Moreover, the output files are delivered via email, and emails all contain identical text, so a user cannot easily search their inbox for a specific output file.
The solution is to add a jobnum field to the HTML page, and including this in the output filename and email subject line. A timestamp in the filename could also help.
Every output file has the same filename (
unique_sequence_data.xlsx
), making it easy to misplace files. Moreover, the output files are delivered via email, and emails all contain identical text, so a user cannot easily search their inbox for a specific output file.The solution is to add a
jobnum
field to the HTML page, and including this in the output filename and email subject line. A timestamp in the filename could also help.Filename is defined here:
unique-sequence/unique_sequence.py
Line 138 in fb77af9
Email text is generated here:
unique-sequence/unique_sequence.py
Lines 189 to 191 in fb77af9
The text was updated successfully, but these errors were encountered: