We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default Docker Registry is defined as quay.io:
quay.io
genomenote/nextflow.config
Line 137 in 26392b0
But for bitnami/kubectl:1.2.7 is from Docker Hub, so we should use the full path in this module:
bitnami/kubectl:1.2.7
genomenote/modules/local/upload_higlass_data.nf
Line 5 in 26392b0
Otherwise, we can see error like this:
ERROR Pulling of "bitnami/kubectl:1.27" failed. Please troubleshoot the command "singularity pull --name nextflow/cache/nxf_singularity/bitnami-kubectl-1.27.img docker://quay.io,docker.io/bitnami/kubectl:1.27" manually.
You can use -l docker.io for nf-core download to overcome this problem.
-l docker.io
nf-core download
The text was updated successfully, but these errors were encountered:
Does it work if genomenote/modules/local/upload_higlass_data.nf is changed to docker.io/bitnami/kubectl:1.27 ?
docker.io/bitnami/kubectl:1.27
Sorry, something went wrong.
No branches or pull requests
Description of the bug
The default Docker Registry is defined as
quay.io
:genomenote/nextflow.config
Line 137 in 26392b0
But for
bitnami/kubectl:1.2.7
is from Docker Hub, so we should use the full path in this module:genomenote/modules/local/upload_higlass_data.nf
Line 5 in 26392b0
Otherwise, we can see error like this:
You can use
-l docker.io
fornf-core download
to overcome this problem.The text was updated successfully, but these errors were encountered: