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

gsutil requires CRC32c mod #25

Open
mtmorgan opened this issue May 3, 2021 · 3 comments
Open

gsutil requires CRC32c mod #25

mtmorgan opened this issue May 3, 2021 · 3 comments
Assignees

Comments

@mtmorgan
Copy link

mtmorgan commented May 3, 2021

Reported by a participant during a PopUp workshop

> avworkspace(thousand_genomes)
[1] “anvil-datastorage/1000G-high-coverage-2019”
> dir.create(“1000G”)
> avtable(“sample”) %>% pull(gVCF) %>% head(1) %>% gsutil_cp(destination = “~/1000G”)

results in

CommandException: Downloading this composite object requires integrity checking with CRC32c,
but your crcmod installation isn’t using t...

which I think is a gsutil configuration step that should be performed on the image. See gsutil help crcmod

@rtitle
Copy link
Collaborator

rtitle commented May 11, 2021

May need to do something similar to this in the RStudio image: https://github.com/DataBiosphere/terra-docker/blob/master/terra-jupyter-base/Dockerfile#L140

@briandoconnor
Copy link

@rtitle , do you know if this is being worked on across the various images (RStudio, Jupyter, etc?). It seems like every image launched by Terra for interactive analysis should just have this installed. I believe it's installed in the Cromwell images used for batch analysis.

@rtitle
Copy link
Collaborator

rtitle commented May 25, 2021

Yes, we have this ticket to replicated recent fixes (including crcmod) to the RStudio image: https://broadworkbench.atlassian.net/browse/IA-2771

@nturaga nturaga self-assigned this Sep 28, 2021
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