-
Hi!
Command: Full output:
Here are the docker images I use:
I'm able to download the grch38_to_grch37.over.chain.gz file with gsutil, so it shouldn't be a problem with gcloud installation: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Can you try running |
Beta Was this translation helpful? Give feedback.
-
Hello, I had the same problem when I tried to upload a WGS trio dataset with GRCH38 reference genome.
Then, I stoped the pipeline-runner container, and I logged in to gcloud with: I tried to upload the dataset again with:
When I ran this, I had already deleted the hail matrix that was created before. I'll really appreciate any suggestion to fix this. |
Beta Was this translation helpful? Give feedback.
Can you try running
docker-compose exec pipeline-runner gcloud auth application-default login
to confirm your pipeline runner container is authenticated to google cloud?