I got a little lost on the documentation.
I really like the “frequencies” panel in the nextstrain builds, but I am not sure how to add it into my local build. I have a local build has sequences that are not in GISAID and are not even always SARS-CoV-2.
Just changing the auspice config file to include
"
“panels”: [
“tree”,
“map”,
“entropy”,
“frequencies”
],
"
didn’t magically make it appear, so there’s a rule that I’m missing somewhere.
What rule adds the information needed for the “frequencies” panel to appear?
If it helps, I used the zika tutorial snakefile as a template for my local builds.