-
Notifications
You must be signed in to change notification settings - Fork 191
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
2311 interpret docker.registry automatically #2318
2311 interpret docker.registry automatically #2318
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2318 +/- ##
=======================================
Coverage 72.90% 72.90%
=======================================
Files 78 78
Lines 8761 8767 +6
=======================================
+ Hits 6387 6392 +5
- Misses 2374 2375 +1
|
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, only one small comment
nf_core/utils.py
Outdated
@@ -303,6 +303,11 @@ def fetch_wf_config(wf_path, cache_config=True): | |||
return config | |||
|
|||
|
|||
def parse_nf_config(wf_path, cache_config=True): |
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.
is this function used?
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.
No I don't think it is!
@mirpedrol There is a slight problem where it only looks for the most basic nextflow.config file. You can override the registry on the command line but do we want it to be more intelligent? |
This is only for linting modules, right? If I'm not wrong, we will always provide the registry through a |
It is also used with pipelines I believe, so people may override the standard registry with that. As long as it's in the |
Oh but |
Not sure I'm following, do you mean that |
Ok I think I misunderstood your first question, sorry!
Now I have double-checked this and I think it's ok :) |
Based on #2313 which is based on #2306 so this is likely to get messy.
Fixes #2310
PR checklist
CHANGELOG.md
is updateddocs
is updated