-
Notifications
You must be signed in to change notification settings - Fork 7
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
Run configuration for snakemake files #25
Comments
Not sure that we really need this feature (i.e. run feature or rule from the context menu). If someone has any thoughts, you are welcome. |
I would love it |
Thank you for the feedback, but what for do you need it what is your use case? Is it educational or for real data processing? |
When I run real pipelines they took significant time (e.g. hours or days), so I don't want to keep my IDE opened all this time. Moreover, I often run them on the cluster so I don't such run configurations and I prefer launching snakemake pipelines from a command line. In PyCharm (and other JetBrains IDEs) there is a terminal window in IDE, so it is quite convenient (for me) to launch the pipeline on test data in that window. |
I'm astronomer and using a lot of custom python code for data processing, mostly astronomic calibration/reduction pipelines. |
@majkelx Ok, thx for the explanation |
Just for setting breakpoints in code called from snakemake and debugging it, I created dummy runner from snakemake import main
main() And I'm using it in Run/Debug configuration to start snakemake under debuger. This solves my only "real" problem. |
Run configuration for snakemake files
The text was updated successfully, but these errors were encountered: