-
Notifications
You must be signed in to change notification settings - Fork 628
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
Using DSL2 I would like to better visualize sub-workflows #1543
Comments
Yes, I agree that DAG rendering could be improved in many ways. See also #1056. The relevant classes are DotRenderer and DAG which represents the execution graph data structure. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
keep open |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
New feature
The upcoming DSL2 provides the ability to include entire workflows within other workflows. In the nextflow terminal output this is typically shown as
top-workflow:sub-workflow:process
. I would like to bring this information visually to:Usage scenario
For the first case, I definitely think that displaying workflows as clusters will help to visually organize the drawn DAG and quickly provide orientation for large pipelines.
For the second case, also for large pipelines, it may be enough to get an overview of the different stats per workflow rather than on a per process level.
Suggest implementation
If you like this feature request and you can point me to the code that generates the dot file and the report I can try to create a pull request for each.
The text was updated successfully, but these errors were encountered: