-
Notifications
You must be signed in to change notification settings - Fork 127
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 merge conflicts with v1.13.2 template #74
Conversation
Not quite sure what's going on with the linting logs - tonnes of sqlite log messages being spat out 👀 Do you see this locally as well @ErikDanielsson ? |
|
Looks like you have a few linting warnings that can be cleaned up still ☝🏻 The |
I get no log messages when running the linting locally, oddly enough, @ewels. |
I suspect that this is due to a change in a dependency then - this stuff sometimes appears on GitHub Actions first as it does a totally fresh install every time so uses the latest versions of everything. If we download the GHA artefact with the verbose log it might say which python module these messages are coming from.. |
Ah yes, our friend If you fancy a slightly more tricky / python task, a PR to nf-core/tools to downgrade these messages to debug would be fantastic. Should be something like this (see elsewhere): # Only show error messages from pipeline creation
logging.getLogger("requests_cache").setLevel(logging.WARNING) |
Sounds good, I'll give that a go! |
Next time we're on a call, remind me to show you how I figured this out... |
I noticed that the schema param |
Hmm I'm lost by this. x-ref https://github.com/nf-core/tools/pull/892/files . @KevinMenden do you know what should be going on here? |
Nope, no idea .... |
Ah, you added that param about a month ago 🤔 okay I'm really lost here 🤷 |
Those have been bumped down to debug level in requests-cache 0.6.1. You should have less spammy logs now. |
Eagle eyes @JWCook! 👀 That's great to hear, thanks for letting us know 👍🏻 Ok then I don't think any action is needed.. Even better 🎉 |
@ErikDanielsson anyway yes, I think that I think that it also needs adding to the No change to the lint tests is needed. |
@ErikDanielsson are you still working on this? I'll go through the PR either today or tomorrow to see if I can help. |
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.
Alright this looks good to me, not sure why the tests are not running though 🤔
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.
LGTM 🚀
Thanks @ErikDanielsson for this, and thanks @KevinMenden for pushing it over the finishing line..
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/smrnaseq/tree/master/.github/CONTRIBUTING.md