-
Notifications
You must be signed in to change notification settings - Fork 214
Move gather_registries
function to ContainerFetcher
subclasses (#3634 follow-up)
#3696
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
Move gather_registries
function to ContainerFetcher
subclasses (#3634 follow-up)
#3696
Conversation
Codecov Report❌ Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1ddc474
to
957190e
Compare
I've looked into this a bit more and since it seems that Of course, this is true for the other PRs too (this PR only changes where the |
Docs updated in nf-core/website#3463. Note that I have not addressed the issue in the comment above |
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.
Important: Check and create issue for potential bug, when docker daemon is not running. We don't have to solve this here.
This is a follow up PR on the large
nf-core pipelines download
refactor PR #3634 and the test PR #3712, and should be merged AFTER it.This PR moves the
gather_registries
function fromnf-core/pipelines/download/download.py
toContainerFetcher
and subclasses.gather_registries
function inSingularityFetcher
mirrors the previous one.DockerFetcher
class only uses thedocker.registry
andpodman.registry
in the config and the Seqera Docker container registry (community.wave.seqera.io/library
).A diff with the
refactor-download-tests
base branch can be found in the dummy PR ErikDanielsson#1PR checklist
CHANGELOG.md
is updateddocs
is updated