-
Notifications
You must be signed in to change notification settings - Fork 3
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
DEPENDS_ON arrows and text bold #930
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leah, can you make the line a little thicker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Leahh02 In addition to making the lines a little thicker for DEPENDS_ON, could you add RESTARTED_FROM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Leahh02 Just noticed this output from beeflow dag --help
:
Usage: beeflow dag [OPTIONS] WF_ID
Export a DAG of the workflow to a GraphML file.
should it be png image file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Leah this look great!
The help verbage will be addressed in the other dag PR
Made the depends on arrows and text bold to address part of Issue 921. I also realized that when I set the output label to "value" the cat-grep-tar dag was messed up, so I set the label back to "glob". I ran the generate_graph.py file on my personal laptop, so I also want to try running it on Darwin to make sure it's still fine.