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
fix: wms monitor arg ints #1181
fix: wms monitor arg ints #1181
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Thanks a lot @Tobias-Ternent . I just tested the changes and it works fine for me. @vsoch I think it would be great to have your input and make sure that no breaking changes are introduced for snakeface. |
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.
I think this should be ok! If there is an issue with snakeface it will pop up and we can address at that time.
@johanneskoester It would be great if you can include this fix for the next release. |
Kudos, SonarCloud Quality Gate passed!
|
…#1181) * Fixes snakemake#1180. No longer casting WMS args as integers. * Fixes snakemake#1180. Removing unused parse_resources() import. * Fixing WMS args parsing. * Removed unused imports. Co-authored-by: terneto1 <tobias.ternent@novartis.com> Co-authored-by: Johannes Köster <johannes.koester@uni-due.de>
Description
Fixing an issue I was experiencing when passing in wms-monitor-arg values, it was casting everything to integers, and I want to be able to pass in other things like Strings. So just removing usage of the parse_resources() in the WMS logger.
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).