-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rn/use root of tree as reference #33
Conversation
This LINK now loads nextclade with the H5 genome tree. The real link would use the live build instead of the test build used here. |
Thanks @rneher - I've been out most of this week so will get to this next week, but the changes look in the right direction. I'm probably missing something -- why do we add the full genome And how did you generate h5_cattle_genome_root.fasta? With the upcoming changes to nextclade (nextstrain/nextclade#1455) we would no longer need the |
yes, we wouldn't need the gff3 anymore. regarding the root sequence... I did an ancestral reconstruction of the current dataset and pulled the sequence out of the The genbank file is also the cattle root. need to label it better to avoid confusing it with the GD/1996 sequence. I just replaced the sequence in the genbank record with the cattle root. |
The root-sequence changes here look great - thanks for adding them (I mistakenly thought the sequence was the same as Given my understanding of nextstrain/nextclade#1455 we shouldn't need any of the
I expected Nextclade to treat them identically, but only your dataset works! (It works great, BTW.) Behind the scenes, the GFF3/fasta files aren't being fetched by nextclade (and nor should they be), so I don't know why my version isn't working P.S. When I say my version isn't working, it's not working in 2 ways: when I drop on an example FASTA file the "suggesting" button spins forever and the "run" button is never enabled. Console error & screenshot: Uncaught (in promise) Error: Internal Error: Tried to run minimizer search without minimizer index available. This is an internal issue, likely due to a programming mistake. Please report it to developers! If I disable "suggest automatically" then I can run the data however I get the hard error: When parsing raw Nextclade params: When parsing Auspice Tree JSON contents: When parsing JSON: missing field `files` at line 1 column 5359 |
in the previous set-up, the But given that the whole |
I made P.S. |
Thanks both! @rneher happy for this to be merged with or without the "files" field, but my preference would be to remove the |
I removed the unnecessary files, the clades hack, and additions to the json. |
Add inferred cattle outbreak root and gff to the repo, use these to infer ancestral sequences and mutations on the tree.