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 from this tool has the same name (unique_sequence_data.xlsx), making it easy to misplace files. Moreover, the file is sent via email, and all emails contain identical text, so a user cannot easily search their inbox for specific output files.
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 from this tool has the same name (
unique_sequence_data.xlsx
), making it easy to misplace files. Moreover, the file is sent via email, and all emails contain identical text, so a user cannot easily search their inbox for specific output files.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.Output filename is generated here:
https://github.com/cfe-lab/unique-sequence/blob/fb77af9591a87284622f6d1a4478abc9753be8b4/unique_sequence.py#L138
and the email is generated here:
https://github.com/cfe-lab/unique-sequence/blob/fb77af9591a87284622f6d1a4478abc9753be8b4/unique_sequence.py#L189-L191
The text was updated successfully, but these errors were encountered: