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

Write the number of parallel processes in DAG visualization report #1025

Closed
blacky0x0 opened this issue Feb 8, 2019 · 1 comment
Closed
Labels

Comments

@blacky0x0
Copy link

Definition & Scenario

I ran the blast-parallel.nf example with -with-dag option and noticed that parallel processes were collapsed to a single item in a DAG report.
While studying it'd be great to see the exact graph that is built but I guess it's a little bit hard to implement. So, at least, specifying the number of parallel processes on the icon will be useful.

Suggested implementation

Add additional scope to be able to configure:

dag_visualization {
   show_parallel_processes_number = true
}

Text example:

blast [5]
   v
extract [5]
   v
 aligh

Image example:

@stale
Copy link

stale bot commented Apr 27, 2020

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.

@stale stale bot added the wontfix label Apr 27, 2020
@pditommaso pditommaso added stale and removed wontfix labels Apr 27, 2020
@stale stale bot closed this as completed Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants