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
feat: Support for machine_type for kubernetes executor #1291
feat: Support for machine_type for kubernetes executor #1291
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.
Thanks a lot! Can you please also add this to the kubernetes section in the snakemake docs?
Kudos, SonarCloud Quality Gate passed!
|
Done! 40a5d31 |
@johanneskoester gentle bump on this. Let me know if you need anything else to close this PR. |
Kudos, SonarCloud Quality Gate passed!
|
Thanks, very good idea! Can you please run black on the changed file for the formatting? |
Kudos, SonarCloud Quality Gate passed!
|
Description
Quick little feature addition so that Snakemake respects the
machine_type
resource specification when using the Kubernetes executor. See #1278.QC
docs/
) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).