yatisht / usher

Ultrafast Sample Placement on Existing Trees
MIT License
120 stars 40 forks source link

Fix auspice radial and unrooted views #371

Closed aofarrel closed 1 month ago

aofarrel commented 4 months ago

Addresses https://github.com/nextstrain/auspice/issues/1756 from the matUtils side by providing a (bogus) divergence value when converting to JSON. This makes the resulting JSON align closer to the schema that Auspice expects, and this enables radial and unrooted view to work properly.

Thanks to @jameshadfield for pinpointing exactly what was missing from the matUtils JSON, and @kvargha for finding the very silly Dockerfile issue that was preventing me from testing my changes properly!