-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Bug Report: Files with '.' in the name do not have full functionality
Description:
Project files uploaded with '.' in the name are not functioning fully. While the files seem to be processed correctly (alignment and highlighter plot data files are generated as expected), there are specific issues:
- The annotation function does not work for these files on the Phylobook website.
- The highlighter plot is not displayed for these files.
Suspected Cause:
The issue seems to be related to how the URLs are constructed for files with '.' in their names.
Workaround:
This issue is not critical, as users can avoid it by ensuring that files are uploaded without additional periods ('.') in their names.
Steps to Reproduce:
- Upload a project file with an additional '.' in the filename (e.g.,
sample.file.fasta). - Observe the following:
- Annotation function is non-functional.
- Highlighter plot is not displayed.
Expected Behavior:
- The annotation function should work correctly.
- The highlighter plot should be displayed, regardless of periods in the file name.
Additional Context:
Files without extra periods in their names are functioning correctly.
Metadata
Metadata
Assignees
Labels
No labels