-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate sample names in tree #72
Labels
bug
Something isn't working
Comments
jameshadfield
added a commit
that referenced
this issue
Dec 6, 2023
Two recent issues (#71, #72) provide examples where the improved parsing either didn't parse a valid newick tree or (much more worryingly) returned an entirely incorrect tree structure, including nodes not present in the newick. See those issues for details, including the tree files. While this reversion will re-introduce bugs such as #66 and the bug in <https://discussion.nextstrain.org/t/displaying-trees-from-ncbi-pathogen-browser-in-auspice-us/1456/4>, but they are lesser than the bugs introduced by #69. This reverts commit cabba98, although subsequent changes to package-lock.json mean it's not a clean revert.
jameshadfield
added a commit
that referenced
this issue
Dec 6, 2023
Two recent issues (#71, #72) provide examples where the improved parsing either didn't parse a valid newick tree or (much more worryingly) returned an entirely incorrect tree structure, including nodes not present in the newick. See those issues for details, including the tree files. While this reversion will re-introduce bugs such as #66 and the bug in <https://discussion.nextstrain.org/t/displaying-trees-from-ncbi-pathogen-browser-in-auspice-us/1456/4>, but they are lesser than the bugs introduced by #69. This reverts commit cabba98, although subsequent changes to package-lock.json mean it's not a clean revert.
jameshadfield
added a commit
that referenced
this issue
Dec 6, 2023
Two recent issues (#71, #72) provide examples where the improved parsing either didn't parse a valid newick tree or (much more worryingly) returned an entirely incorrect tree structure, including nodes not present in the newick. See those issues for details, including the tree files. While this reversion will re-introduce bugs such as #66 and the bug in <https://discussion.nextstrain.org/t/displaying-trees-from-ncbi-pathogen-browser-in-auspice-us/1456/4>, but they are lesser than the bugs introduced by #69. This reverts commit cabba98, although subsequent changes to package-lock.json mean it's not a clean revert.
This tree should now be correctly displayed in auspice.us (via #73) |
Thank you so much! We are now seeing the tree correctly displayed! We really appreciate your quick work on this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
Hello! I am encountering an issue when attempting to drag and drop this tree into auspice.us. Samples are appearing in duplicate with "_2" appended to the end. I drag and dropped the file with a ".nwk" file ending but changed the ending to ".txt" to attach to this issue.
test-tree-duplicate.txt
Expected behavior
Sample names should only appear once. There should be 10 samples total.
How to reproduce
Steps to reproduce the current behavior:
Drag and drop file above into auspice.us.
Your environment: if browsing Nextstrain online
Additional context
Issue is not occurring in other tree visualization tools (iTol, MicroReact).
Thank you!
The text was updated successfully, but these errors were encountered: