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

Add visualization based on pygraphviz (requires graphviz installed locally) #34

Closed
wants to merge 63 commits into from

Conversation

leclairm
Copy link
Contributor

@leclairm leclairm commented Nov 5, 2024

This PR provides a module to visualize the workflow graph in an "interactive" svg file from the IR core.Workflow.

@leclairm leclairm mentioned this pull request Nov 12, 2024
leclairm added a commit that referenced this pull request Nov 12, 2024
This PR introduces a new internal representation (IR) of the workflow in the `Workflow` class
- The dependencies are resolved.
- The `Store` and `TimeSeries` classes have been introduced to host the cylces, tasks and data with easy access.
- A string representation of the graph is introduced for internal inspection, serving also as serialized data for the CI.

This new IR should facilitate the interface to `aiida-workgraph` and the generation of a visualization graph (#34)
@leclairm leclairm closed this Nov 15, 2024
@leclairm leclairm deleted the vizgraph branch November 15, 2024 11:13
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

Successfully merging this pull request may close these issues.

1 participant