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

Convert flattened multi-level coordination JSON back to nested dict for to_python #294

Open
keller-mark opened this issue Sep 12, 2023 · 0 comments
Labels
cell-atlas feature New feature or request

Comments

@keller-mark
Copy link
Member

Once flattened for the JSON representation, there is not currently a way to convert this back to a nested object/dict for link_views_by_dict / add_coordination_by_dict.When one of these functions generated the multi-level coordination configuration (or even when not), we should be able to identify that (parts of) the flattened data structure can be converted to the nested data structure. Then, VitessceConfig.to_python() output can be much more concise by using either link_views_by_dict or add_coordination_by_dict.

@keller-mark keller-mark added feature New feature or request cell-atlas labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cell-atlas feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant