-
Notifications
You must be signed in to change notification settings - Fork 7
add an --interactive
option to the Plot
command
#95
New issue
Have a question about this project? Sign up for a free GitHub account to open an iss 8000 ue 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
Comments
Agreed. Good idea. |
I have the code for this ready, but the easiest way is for |
Thanks @tjstruck Could you please upload your code and open a pull request? This will allow us to review the code and make any necessary additions. |
@xin-huang, I've pushed a pull request for the plot-interactive-flag branch. The dadi branch that is most compatible is plot-show-option. |
I've pushed an update to dadi Plotting, so the master branch of dadi should now work appropriately with or without the |
Thank you. I am currently focusing on my machine learning project and will look into dadi-cli once we receive the feedback from the reviewers. |
I think we could add an
--interactive
option to thePlot
command, allowing users to choose whether to display figures in the terminal. This would enhance the integration ofdadi-cli
withsnakemake
.The text was updated successfully, but these errors were encountered: