Skip to content
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

Terra CellRanger | Docker access permission denied #417

Open
Juliendly opened this issue Aug 26, 2024 · 4 comments
Open

Terra CellRanger | Docker access permission denied #417

Juliendly opened this issue Aug 26, 2024 · 4 comments

Comments

@Juliendly
Copy link

Juliendly commented Aug 26, 2024

Dear Cumulus Team,

I am trying to run the Cellranger-arc-mfastq and Cellranger-arc-count workflow (github.com/lilab-bcb/cumulus/Cellranger:2.6.3) in Terra with default versions (2.0.2.strato) and docker options (i am a Broad member so gcr.io/broad-cumulus)and it appears that I do not have access to the dockers, with the following error being outputted:

Task cellranger_arc_mkfastq.run_cellranger_arc_mkfastq:NA:1 failed. The job was stopped before the command finished. PAPI error code 7. Execution failed: generic::permission_denied: pulling image: docker pull: running ["docker" "pull" "gcr.io/broad-cumulus/cellranger-arc:2.0.2"]: exit status 1 (standard error: "Error response from daemon: pull access denied for gcr.io/broad-cumulus/cellranger-arc, repository does not exist or may require 'docker login': denied: Permission denied for "2.0.2" from request "/v2/broad-cumulus/cellranger-arc/manifests/2.0.2".\n")

Would you be able to indicate if there is a specific process to get access to it?

Thank you,
Julien

@yihming
Copy link
Member

yihming commented Sep 10, 2024

Hi @Juliendly ,

Sorry for my late response!

Since you are within Broad, I would suggest you reaching out to Deeptha and use their bcl-convert workflow to cover the mkfastq step.

After that, you can then come back to our Cumulus Cellranger workflow with the generated FASTQ files as input, and run only the count step by setting run_mkfastq to false.

Sincerely,
Yiming

@Juliendly
Copy link
Author

Juliendly commented Sep 10, 2024 via email

@yihming
Copy link
Member

yihming commented Sep 10, 2024

Hi @Juliendly ,

In this case, you may have to switch to Cellranger workflow v2.6.0, and set run_count to false. This should make the mkfastq step succeed.

@yihming
Copy link
Member

yihming commented Sep 10, 2024

After that, you can switch back to Cellranger workflow v2.6.3, set run_mkfastq to false, and use the generated FASTQ files as the input.

Sorry for this inconvenience, as our team doesn't have the permission to add or update docker images to gcr.io/broad-cumulus registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@yihming @Juliendly and others