Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

belongs-to-lineage awkward structure #5

Open
jcbarret opened this issue Mar 24, 2021 · 1 comment
Open

belongs-to-lineage awkward structure #5

jcbarret opened this issue Mar 24, 2021 · 1 comment

Comments

@jcbarret
Copy link

Currently each belongs-to-lineage section is a list of dictionaries with one key:value pair in each. For instance, carnival-shimmy looks like: [{'PANGO': 'B.1.351'}, {'nextstrain': 'N501Y.V2'}], whereas I think it's more natural to have it as a single dictionary, a la {'PANGO': 'B.1.351', 'nextstrain': 'N501Y.V2'}. This can be achieved by replacing the - with a space before each key (PANGO, nextstrain, etc).

@nickloman
Copy link
Contributor

This sounds like a sensible change that we will target for a future release. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants