You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on using Nextstrain for global surveillance of Influenza. As part of our bioinformatics workflow, we already assign each sequenced virus to a clade (e.g., 3C.2a1b.2a.2) and we can pull this as part of the tabular metadata for a build. Currently augur clades recomputes this for each node using the definitions file.
Description
I would like to write to a clades.json directly from tabular metadata instead of recomputing the clade based on augur clades.
Examples
Possible solution
Function in the API to write an augur formatted json based on tabular data.
Logic within augur clades to write the json from strain and clade columns.
The text was updated successfully, but these errors were encountered:
Context
I am working on using Nextstrain for global surveillance of Influenza. As part of our bioinformatics workflow, we already assign each sequenced virus to a clade (e.g., 3C.2a1b.2a.2) and we can pull this as part of the tabular metadata for a build. Currently
augur clades
recomputes this for each node using the definitions file.Description
I would like to write to a
clades.json
directly from tabular metadata instead of recomputing the clade based onaugur clades
.Examples
Possible solution
augur clades
to write the json from strain and clade columns.The text was updated successfully, but these errors were encountered: