Skip to content

Commit

Permalink
Enable auspice radial view
Browse files Browse the repository at this point in the history
Addresses nextstrain/auspice#1756 from the matUtils side by providing a bogus divergence value. Resulting file was tested on auspice.us and it now correctly goes into radial view. Unrooted view also loads.
  • Loading branch information
aofarrel authored Mar 6, 2024
1 parent 70b6f00 commit 45c8d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/matUtils/convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ void write_json_from_mat(MAT::Tree* T, std::string output_filename, std::vector<
{
"tree",{
{"name","wrapper"},
{"node_attrs",{ {"div",0} }}
}
}
};
Expand Down

0 comments on commit 45c8d75

Please sign in to comment.