I found that mpx.taxonium.org was only showing the first 2000 bp of the monkeypox genome. This is because it was created with --only_variable_sites in taxoniumtools which only captures the reference for variable sites to avoid very slow loading. I fixed this in https://github.com/theosanderson/taxonium/commit/113ff75d068f5e46516758e7ba6afd56d54ad958 which I accidentally pushed to master but it seems to work thankfully. For info @amkram
I found that mpx.taxonium.org was only showing the first 2000 bp of the monkeypox genome. This is because it was created with
--only_variable_sites
in taxoniumtools which only captures the reference for variable sites to avoid very slow loading. I fixed this in https://github.com/theosanderson/taxonium/commit/113ff75d068f5e46516758e7ba6afd56d54ad958 which I accidentally pushed to master but it seems to work thankfully. For info @amkram